body {
	text-align:center;
	background-color:#000000;
	color:#CCCCCC;
	}
	
#main {
	width:790px;
	height:1200px;
	margin:0 auto;
	text-align:left;
	background-image:url(images/mainback.jpg);
	}
	
#menu {
	width:400px;
	height:25px;
	position:relative;
	top:80px;
	left:-125px;
	margin:0 auto;
	background:none;
	text-align:left;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	color:#2741a2;
	}
	
#mailing {
	width:420px;
	height:auto;
	position:relative;
	top:160px;
	left:-135px;
	margin:0 auto;
	background:none;
	text-align:center;
	font:"Times New Roman", Times, serif;
	line-height:18px;
	font-size:16px;
	color:#ffffff;
	}
	
#text {
	width:420px;
	height:auto;
	position:relative;
	top:110px;
	left:-135px;
	margin:0 auto;
	background:none;
	text-align:left;
	font:"Times New Roman", Times, serif;
	line-height:18px;
	font-size:14px;
	color:#ffffff;
	}
	
a:link {
	color: #2741a2;
	text-decoration: none;
	}
a:visited {
	color: #2741a2;
	text-decoration: none;
	}
a:hover {
	color: #d8be5d;
	text-decoration: none;
	}
a:active {
	color: #ffffff;
	text-decoration: none;
	}