
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}
a:link, a:active, a:visited {
    color:#09F;
    text-decoration: underline;
}
a:hover {
    color:#F90;
    text-decoration: none;
}
#wrapper {
    margin: 0 auto;
    width: 922px;
}
#content {
    background: url("images/logo.png") no-repeat scroll center center #FFFFFF;
    color: #000000;
    height: 73px;
    margin: 175px 0 0 0;
    padding: 10px;
    width: 900px;
	float:left;
}

#content h1{
	text-align:center;
	font-size:50px;
	color:#633
}

.divider {
    background:url(images/divider.png) no-repeat scroll center center #FFFFFF;
    color: #000000;
    height: 33px;
    width: 900px;
	float: left;
	text-align:center;
	
}

#footer {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    height: 20px;
    margin: 10px 0;
    padding-top:100px;
    width: 900px;
	float:left;
}
#footer h1 {
    text-align: center;
}
#footer h3 {
    margin-top: 15px;
    text-align: center;
}
