body {
	background-color: #ffffff;
	background-position: left top; 
	background-attachment: fixed;
	font-family: Verdana, Geneva, sans-serif;
	color: #696D70;
	text-align: center;
	font-size: 11px;
}

#box {
	margin: 30px 0px 0px 0px;
	position: relative;
	float: none;
	width: 800px;
	height: 520px;
	background-color: #ffffff;
}

#logo {
	margin:  0px 0px 0px 0px;
	position: relative;
	float:left;
	left:0px; 
	top:10px;
	border-width: 0px;
	z-index: 1000;
}

.info{
	position: relative;
	z-index: 1;
	float:left;
	text-align:left;
	width: 530px;
	top: 17px;
}

a.l:link {
	color: #e4c12c;
	text-decoration: underline;
}
a.l:visited {
	text-decoration: underline;
	color: #e4c12c;
}
a.l:hover {
	text-decoration: underline;
	color: #696d70;
}
a.l:active {
	text-decoration: underline;
	color: #e4c12c;
}
