html{

	width:100%;
	height:100%;

}

body{
	
	width:100%;
	height:100%;
	border:0;
	margin:0;
	padding:0;
	background-color:black;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:14px;
	line-height:20px;
	color:black;
	text-align:center;

}

#wrap{

	margin:0 auto;
	width:770px;
	top:0;
	border:0;
	padding:0;
	background-color:white;	
		
}

#banner{

	width:770px;
	height: 168px;
	margin: 0 auto 0 auto;
	border:0;
	padding:0;
	background: url('images/banner.jpg') no-repeat top center;

}

#maincontent{

	width: 100%;
	top:162px;
	background: white;
	clear:both;
	margin-top:-35px;

}

#footer{

	height: 35px;
	width:100%;
	background: #B5B3B3;
	color: #686564;
	text-align: center;
	line-height: 30px;
	font-size: 11px;
	clear:both;

}

img{

border: none;

}

.clearing{

	clear: both;
	height: 0px;
	width: 0px;

}

/* DEFAULT PROPERTIES OF LINKS */

a:link{

	text-decoration: none;

}

a:visited{

	text-decoration: none;

}

a:hover{

	text-decoration: underline;

}

a:active{
        
	text-decoration: none;

}

td{

	text-align:left;
	vertical-align:top;
	
}
