body{
	margin: 0px;
	padding: 0px;
	background-color: #555;
	background-image: url(bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 750px;
}

.wrapper{
	margin-left: 15%;
	margin-right: 15%;
	text-align: left;
	min-height: 750px;
}

#header{
	margin-top: 250px;
	height: 150px;
	padding: 0px;
}

#header p{
	font-size: small;
	color: ##555;
	text-align: justify;
}

#header h1{
	font-size: 15px;
	color: #b4ff00;
	font-weight: bold;
}

#header td{
	vertical-align: bottom;
	border:none;
}



#header a{
	font-size: small;
	color: #555;
	text-decoration: underline;	
}

#header a:hover{
	font-size: small;
	color: #header;
	text-decoration: underline;	
}

#header a:visited{
	font-size: small;
	color: #555;
	text-decoration: underline;	
}

#content{
	margin: 0px;
	padding: 0px;
}

#content p{
	font-size: small;
	color: #fff;
	text-align: justify;
}

#content h1{
	font-size: 15px;
	color: #b4ff00;
	font-weight: bold;
}

#content td{
	vertical-align: top;
	border-left: 2px solid #666;
}

#content a{
	font-size: small;
	color: #FFF;
	text-decoration: underline;	
}

#content a:hover{
	font-size: small;
	color:  #b4ff00;
	text-decoration: underline;	
}

#content a:visited{
	font-size: small;
	color: #fff;
	text-decoration: underline;	
}

li{
	font-size: small;
	color: #fff;
	list-style: none;
}