body {
	font-family: Verdana, Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #800000;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background: background-image url('../../images/back6.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-attachment:fixed;

}
#page {
	width: 800px;
	height: 1200px;
	margin-top: 10px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	background:#ffffff;	
	opacity: 0.8;
	background-repeat: no-repeat;
	background: #ffffff no repeat;
	-webkit-border-radius: 90px;
    -khtml-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    -webkit-box-shadow: 5px 5px 3px #800000;
    -moz-box-shadow: 5px 5px 3px #800000;
    box-shadow: 5px 5px 3px #800000;
    -ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#333333, offx=5, offy=5)";
    filter:progid:DXImageTransform.Microsoft.DropShadow(color=#333333, offx=5, offy=5);
}
	}

#header {
	position: relative;
	top: 10px;
	border: 0px;
	border-left: 1px solid #800000;
	border-right: 1px solid #800000; 
	margin-bottom: 10px;
}
#footer {
	text-align: left;
	border-top: 1px;
	padding-left: 5px;
	color: #800000;
	margin-bottom: 50px;

}