* {
	padding: 0;
	margin: 0;
border: 0;
}

a {
	border: 1px solid white;
}

a:visited {
	border: none !important;
}


body {
	background-color: #000;
	margin:0 auto;
	width: auto;
	height: auto;
	vertical-align: middle;
}

#contain {
	
	
	width:745px;
	height: 500px;
	background-color:#444444;
	margin: auto;
	padding:25px;
	margin-top:10%;

}

#main {
	
	width: 745px;
	height: 500px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	margin: auto;
}

.top {
	
	background-image: url(images/top.jpg);
	width:744px;	
	height:251px; }



.bottom {
	background-image: url(images/bottom.jpg);
	width:744px;	
	height:252px;}


#logo {
	padding-left: 170px;
	padding-top: 168px;
	width: 423px;
	height: 143px;
	

}