body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #745A32;
	background-color: #fff;
	margin:0 auto;
	text-align: center;
}
#holder{
width:720px;
height:540px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -360px;
margin-top: -270px;
text-align: left;
background-image:url(../img/bg.gif);
background-repeat: no-repeat;
background-position: top left;
}

#logo{
width:370px;
height:110px;
position: absolute;
left: 50%;
top: 220px;
margin-left: -185px;
margin-top: -55px;
}

#logo span{
display:none;
}

a:link {
	color: #745A32;
}
a:visited {
  color: #745A32;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #FF0000;
}
