@charset "utf-8";
/* CSS Document */


body {font-family: Arial, Helvetica, sans-serif; color:#FFFFFF}


body {background: #fff}
#main {
	position:absolute;
	top: 55%;
	left: 50%;
	width:298px;
	height:98px;
	margin-top: -150px; /*set to a negative number 1/2 of your height*/
	margin-left: -175px; /*set to a negative number 1/2 of your width*/
	background-color: #FFF;
    text-align: center;
}
#main a {
	text-decoration: none;
	color: #cbc9c9;
	font-size: 11px;
	position: relative;
	left: -21px;
	top: 8px;
}

#main a:hover {
	text-decoration: underline;
}



