body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: white;
    padding: 0;
    margin: 0;
}

#wrapper {
    margin: 0 auto;
    text-align: center;
	width: 212px;
	height: 270px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -106px;
	margin-top: -135px;
}

#logo {
	width: 212px;
	height: 129px;
	position: relative;
	margin-bottom: 20px;
}

span {
	position: absolute;
	background: url(../images/logo.gif) no-repeat;
	height: 100%;
	width: 100%;
	left: 0px;
}

a {
	color: #335C8E;
	font-size: 11px;
}

a:hover {
	color: #4A85CE;
}
