﻿html, body{
	height:100%;
	margin:0 auto;
	overflow:yes;
	background-color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.92em;
	line-height:1.5em;
	color:#E6E6E6;
	text-align:-moz-center;
	_text-align:center;
	}

	#wrapper{
		position:relative;
		width:770px;
		height:auto;
		margin:0 auto;
		background-color:#000000;
		text-align:left;
		}
		
		#header{
			position:relative;
			width:770px;
			height:335px;
			background-image:url(bg.jpg);
			background-repeat:no-repeat;
			}
		
			#intro{
				position:absolute;
				width:184px;
				height:267px;
				top:55px;
				_top:65px;
				left:574px;
				right:20px;
				}
		
		#content{
			position:relative;
			float:left;
			width:710px;
			height:auto;
			padding:30px 30px 20px 30px;
			margin:0;
			line-height:1.5em;
			background-color:#000000;
			}
		
			.copyright{
				font-size:0.7em;
				text-decoration:overline;
				text-align:right;
				}
		
a{
color:#FFFFFF;
text-decoration:none;
	}

a:visited{
color:#FFFFFF;
text-decoration:none;
	}

a:hover{
color:#FF8800;
text-decoration:none;
	}

li{
_text-indent:-25px;
	}

