@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	text-align:center;
	background-color:white;
}

a img{
	border:none;
}

#main{
	position:absolute;
	text-align:left;
	width:400px;
	height:295px;
	margin-left:-200px;
	top:50%;
	left:50%;
	margin-top: -147px;
}

