/* Main CSS for EDI Web Marketing */

*
{
	background: inherit;
	color: inherit;
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #F9C83F;
	color: inherit;
}

img
{
	border: none;
}

#enclosure
{
	display: block;
	background: transparent;
	color: inherit;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -375px;
	width: 750px;
	height:auto;
	overflow: hidden;
	border: 1px solid #000000;
}

#footer
{
	display: block;
	background: none;
	position: relative;
	top: 0px;
	left: 0px;
	width: 750px;
	height: 42px;
	background-image: url('../images/footer_bg.png');
	background-repeat: no-repeat;
}

/*
#footer a
{
	color: #FFFFFF;
	height: 25px;
	font-weight: bold;
	text-decoration: none;
	
	line-height: 25px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
*/

#footer a:hover
{
	text-decoration: underline;
}

#footer #copyright
{
	display: block;
	background: none;
	color: #000000;
	position: absolute;
	bottom: 0px;
	left: 10px;
	width: 350px;
	height: 30px;
	line-height: 30px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

#footer #copyright a
{
	color: #0000CC;
	height: 30px;
	line-height: 30px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}

#footer #copyright a:hover
{
	text-decoration: underline;
}

#footer #powered
{
	display: block;
	background: none;
	color: #000000;
	position: absolute;
	bottom: 0px;
	right: 10px;
	width: 350px;
	height: auto;
	line-height: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}

#footer #powered a
{
	color: #000000;
	height: 30px;
	line-height: 30px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#footer #powered a:hover
{
	text-decoration: underline;
}


#num{

	background:none;
	display:block;
	color:#FFFFFF;
	font-size:22px;
	position:relative;
	top:100px;
	left:500px;




}