html,body {
	height: 100%;
	width: 100%;
	margin: 0px;
	background-color: white;
	background-image: url(../../media/images/background.png);
	background-repeat: repeat-x;
	font-size: 1em;
}
#header{
}
#logo{
	margin: 0 auto 0 auto;
	padding-top: 25px;
	width: 332px;
	height: 70px;
	background-image: url(../../media/images/logo.png);
	background-repeat: no-repeat;
	background-position: 0 25px;
}
#content{
	margin: 0 auto 0 auto;
	width: 332px;
	color: #666;
	font-size: .75em;
}
#content .container{
}