@charset "UTF-8";
#wrapper {
	height: 600px;
	width: 900px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #dd8127;
}

#footer{
color:#ffffff;
float:left;
margin:15px 0 0 270px;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}

#footer a, a:link{
color:#ffffff;
text-decoration:underline;
}

#footer a, a:hover{
color:#ffffff;
text-decoration:underline;
}
