body
{
	font-family:"Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background-image:url("images/background.jpg");
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#360;
	text-align:center;
}

.body-content		{ width:960px; text-align:center; margin:auto; }

.navigation			{ width:592px; height:80px; float:right; }
.navigation span	{ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/Navigation.png');
					  width:592px; height:80px; display:inline-block; }
.navigation img		{ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); width:592px; height:80px; }

.logo		{ border:0px; }
.logo span	{ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/Logo.png');
			  width:336px; height:127px; display:inline-block; }
.logo img	{ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); width:336px; height:127px; }

.textarea		{ line-height:150%; top:0px; left:0px; width:570px; height:380px; margin:20px 0px 0px 20px; 
				  z-index:10; position:relative; }
				  
.mainarea		{ position:relative; top:-422px; left:0px; z-index:5; width:617px; height:422px; display:inline-block; 
				  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/MainArea.png'); }
.mainarea img	{ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); height:422px; width:617px; }

.green	{ color:#66CC33; }