@charset "utf-8";
/* CSS Document */

* {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#06396e;
	font-weight:bold;
	margin:0;
	padding:0;
}

body {
	background:url(../images/bg.gif) top repeat-x;
	background-color:#ecf4ff;
}

#wrapper {
	width:800px;
	height:600px;
	background:url(../images/wrapperBG.jpg) no-repeat;
	margin:0 auto;
}

h1 {
	margin:26px 0 0 96px;
	float:left;
}

h1 a {
	width:246px;
	height:62px;
	display:block;
}

h1 a span {
	display:none;
}

#contact {
	margin:30px 0 0 11px;
	float:left;
}

#contact p {
	margin-bottom:5px;
}

#contact a {
	color:#ff0000;
}

#footer {
	width:46px;
	height:39px;
	background-image:url(../images/net360Logo.png);
	display:block;
	margin:390px auto 0 auto;
}

#footer span {
	display:none;
}