/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

#container{
width:700px;
margin:0 auto;
top:0px;
}
#container p{
text-align:left;
}

body {
	background-image: url(extend.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	}
	
a:link {
	color: #00CC00;
}
a:visited {
	color: #003300;
}
a:hover {
	color: #0099FF;
}	
	
#header {
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
	height:800px;
	margin-left:250px;
	}
	
#nextshow {
	position:absolute;
	top:0px;
	left:0px;
	width:180px;
	height:152px;
	margin-left:290px;
	margin-top:330px;
	}


.stylehead {
	position:absolute;
	font-size: 12px;
	color: #FFFFFF;
	text-align:left;
	width:200px;
	height:160px;
	margin-top:330px;
	margin-left:140px;
	border-right:inset
	thin
	#FFFFFF;
	padding-right:10px;
}

.headstyle {
	font-size: 12px;
	color: #FFFFFF;
	text-align:left;
}

.bodystyle {
	font-size: 10px;
	color: #FFFFFF;
	text-align:left;
}	

#newstxt {
	position:absolute;
	top:0px;
	left:0px;
	width:225px;
	height:152px;
	margin-left:750px;
	margin-top:330px;
	border-right:inset
	thin
	#FFFFFF;
	padding-right:10px;
	}

#footertxt {
position:absolute;
	top:0px;
	left:0px;
	width:600px;
	height:152px;
	margin-left:350px;
	margin-top:550px;
	}
}
