body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container{
	width: 500px;
	margin: auto;
	margin-top: 50px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom: 40px;
}
#container h1{
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	width: 265px;
	height: 79px;
}
#container h1 span{
	visibility: hidden;
}
h2{
	color: #565D93;
	font-size: 1.5em;
}
#footer{
	width: 500px;
	margin: auto;
	padding-top: 15px;
	color:#CCCCCC;
}
#footer a{
	color:#CCCCCC;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
a{
	color: #A1AAD9;
}