#header {
	width: 1000px;
	margin-left: -500px;
	left: 50%;
	position: relative;
}

#main {
	background-image: url();
	background-attachment: scroll;
	background-repeat: repeat-y;
	width: 978px;
	margin-left: -500px;
	left: 50%;
	position: relative;
	background-color: #ffffff;
	padding: 10px;
	border:1px solid; 
	border-color: ff009c;
	border-top:none;
	border-bottom:none;
	text-align:center;
	font-family: arial; 
	font-size: 12px; 
	color:#828282;
}

#statement {
	background-image: url();
	background-attachment: scroll;
	background-repeat: repeat-y;
	width: 798px;
	margin-left: -500px;
	left: 50%;
	position: relative;
	background-color: #ffffff;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 10px;
	border:1px solid; 
	border-color: ff009c;
	border-top:none;
	border-bottom:none;
	font-family: arial; 
	font-size: 12px; 
	color:#828282;
}

#footer {
	background: url() center top no-repeat;
	width: 998px;
	margin-left: -500px;
	left: 50%;
	height: 0px;
	position: relative;
	border:1px solid; color: ff009c;
	border-top:none;
}

#copyright {
	width: 998px;
	margin-left: -500px;
	left: 50%;
	text-align: center;
	background-color: #ffffff;
	position: relative;
	border:1px solid; color: ff009c;
	border-top:none;
}

body {
	background-color: #000000;
	margin-left: 30px;
	margin-right: 30px;	
}

body, table, tr, td, div, p, span {
	font-family: arial; 
	font-size: 12px; 
	color:#828282;
	
}

a:visited, a:link {
	text-decoration: none;
	color: #000000;
}

a:hover, a:active {
	text-decoration: none;
	color: #FF009c;
}
img
{  border-style: none;
}