/*********************** General */
html,body {
	margin:0;
	padding:0;
	text-align: center;
	background: url(images/page-bg.gif) center repeat-y #004890;
	font-family: Verdana, Arial;
	font-size: 11px;
	color:black;
	height:100%;
}

/********************* Layout */

#wrapper {
	text-align: center;
	margin:0 auto 0 auto; 
	width:900px;
	background: url(images/wrapper-bg.gif) no-repeat top right;
	height: 100%;
}

#wrapper .top span {
	display: none;
}

#wrapper .footer {
	height:45px;
	background:#FFD046;
	width:100%;
	clear:both;
}

#wrapper .content {
	text-align:left;
}