html, body {
height: 100%; margin:0px;
}

html {
	margin-left: -1px;
	overflow-Y: scroll;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #040f21; */
	color:#000000;
}
body {
	background-color: #618aaf;
	background-image:url(http://www.basicinteractive.com/images/bg-body.png); background-repeat:repeat-y; background-position:center;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {color:#153a60; text-decoration: underline;}
a:visited {	text-decoration: underline;	color:#3a5776;}
a:hover { text-decoration: none; color:#153a60;}
a:active { text-decoration: underline; color:#153a60;}

h1 { font-size: 28px; color: #1e5892; }
h2 { font-size: 22px; color: #1e5892; }
h3 { font-size: 18px;color: #1e5892;}

#top {width:100%; height:170px; background-image:url(http://www.basicinteractive.com/images/bg-top.jpg); background-repeat:no-repeat; background-position:center bottom;
}

#logo { position:absolute; left:50%; margin-left:-384px; margin-top:80px;}

#nav { width:100%; height:43px; margin-left:auto; margin-right:auto; background-image:url(http://www.basicinteractive.com/images/bg-nav.png); background-repeat:repeat-x; background-position:center;  }


#content {width:740px; min-height:100%; margin-left:auto; margin-right:auto; 
font-size: 14px; line-height:22px;
 }

#container {
min-height: 100%;
margin-bottom: -58px;
position: relative;
}


#footer_container {
	position: relative;
	width:100%;
	height:60px;
	margin-top:0px;
	margin-bottom:-2px;
	background-color:#1e5892;
	background-image:url(http://www.basicinteractive.com/images/bg-footer.png); background-repeat:repeat-x;
	
}

.footer {
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	padding-top:20px;
}

