body {
	font-family: arial,verdana,Geneva, Helvetica,sans-serif;
	font-size: 12px;
	font-weight:normal;
	background-color:#000;
	width:900px;
	margin: 20px auto;
	height:768;
	padding-bottom: 0px;

}

#main {
display: inline;
font-family:arial,verdana,Geneva, Helvetica,sans-serif;
	font-size: 14px;
	font-weight:normal;
	color:#FFFFFF;
	margin: 10px auto;
    width:900px;
	height:1000;
	background:#000;
}

#header {
        position: relative;
        background:#000;
		left:0px;
	    width:438px;
		height:321px;
		border:0px solid #000;
		background-image:url(images/nelson_03.jpg);
		background-repeat:no-repeat;
		}
		
#mid {
		position: relative;
        background:#000;
		left:0px;
		margin-top:40px;
		margin-bottom:40px;
	    width:900px;
		height:4px;
		border:0px solid #000;
		background-image:url(images/nelson_06.gif);
		background-repeat: no-repeat;
		
		}
		
		#text {

font-family:arial,verdana,Geneva, Helvetica,sans-serif;
	font-size: 14px;
	margin-top:20px;
	font-weight:normal;
	color:#FFFFFF;
	padding-top:20px;
	margin: 10px auto;
    width:1024;
	height:768;
	background:#000;
}

a {
	display: inline;
	margin: 0px 0px 00px 0px;
	color:fff;
	font-family:arial,verdana,Geneva, Helvetica,sans-serif,;
	font-size: 14px;
	font-style: normal;
	font-weight:normal;
	text-decoration: none;
	
}

 a:hover {
	color:#fff;
	text-decoration: underline;
	}
		
