body, html {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
}
body {
	background-image:url(/images/bg.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
}
#container {
	display:block;
	background-color:#2e3154;
	background-image:url(/images/content-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:826px;
	text-align:left;
	margin:0px auto;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:1100px; /* real browsers */
}
#content-area {
	width:300px;
	margin-left:45px;
	float:left;
}
#content-area table td {
	font-size:12px;
}
#content-area table a {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dashed #5a5a6f;
}
.link {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dashed #5a5a6f;
}
#copyright {
	display:block;
	width:800px;
	text-align:center;
	color:#fff;
	clear:both;
	font-size:11px;
}
#logo {
	display:block;
	padding:55px 0 0 50px;
}
#nav {
	display:block;
	padding:26px 0 45px 31px;
}

#right-graphic {
	float:right;
}
.big {
	font-size:16px;
	font-weight:bold;
}
#title {
	display:block;
	padding-bottom:20px;
}
