html, body,div,p,a,img {
 margin: 0px;
 padding: 0px;
 border: 0px;
 } 
 body{padding:40px;
	background-color:black;
	background-image:url(./images/star-background.gif);
	background-repeat:repeat;
	
	
	}

#pagcon{
	position:relative;
	padding:5px;	
	width:870px;	
	background-color:black;	
	color:white;
	border-style:solid;
	border-color:#66ff00;
	border-width:5px;
	text-align:center;
	}
	
#top{
	width:860px;
	}
	
#maincon{
	width:860;
	position:relative;
	margin:auto 0px;
	padding:0px;
	
	
	}
	
#nav{
	width:210px;
	height:500px;
	position:absolute;
	top:10px;
	left:0px;
	
	
	}

#main{
	width:640px;
	position:absolute;
	top:0px;
	right:0px;
	float:right;
	padding:5px;
	
	}
	
.large{
	font-size:30px;
	font-weight:bold;
	margin:0px;
	}
	
.mid{
	font-size:25px;
	font-weight:bold;
	margin:0px;
	}
	
.small{
	font-size:20px;
	font-weight:bold;
	margin:0px;
	}

img{
	margin-top:10px;
	margin-bottom:0px;
	}

h3{
	line-height:70%;
	}