* {
	margin: 0px;
	padding: 0px;
}
body {
	padding-top: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: left;
	letter-spacing: 1px;
	background-image: url(images/background-texture2.jpg);
	background-repeat: repeat;
}
a {color: #FFF;font-size: 12px;}
a:hover {color: #77ADFF;}
.more{float: left;}
.clear{clear:both;}
p{	
margin: 10px 0px 20px 0px;
line-height: 16px;
font-size: 12px;
font-family: "Courier New", Courier, mono;
}
p.player {
font-size:10px;
font-family: "Courier New", Courier, mono;
}

h1 {
font-size:12px
}
h2 {
font-size:10px
}

#container {
	margin: 0px 0px 0px 0px;
	width:1000px;
	height: 700px;
	background-image:url(images/background-with-boxes-and-text.jpg);
}
#containerpop {
	margin: 0px 0px 0px 0px;
	width: 365px;
	height: 353px;
	background-image:url(images/playerpop-background.jpg);
}
#menu {
	width:400px;
	height:20px;
	margin-left:205px;
	margin-top: 75px;
	position: absolute;
}
#mainbodytext {
	width:410px;
	height:400px;
	margin-left:140px;
	margin-top: 140px;
	position: absolute;
}
#player {
	width:310px;
	height:230px;
	margin-left:670px;
	margin-top: 124px;
	position: absolute;
	font-size:10px;
}
#playerpop {
	width:310px;
	height:260px;
	margin-left: 45px;
	margin-top: 112px;
	position: absolute;
	font-size:10px;
}
#photo1 {
	width:180px;
	height:180px;
	margin-left: 5px;
	margin-top: 20px;
	position: absolute;
	font-size:10px;
}
#photo2 {
	width:180px;
	height:180px;
	margin-left: 220px;
	margin-top: 20px;
	position: absolute;
	font-size:10px;
}

#photo3 {
	width:180px;
	height:180px;
	margin-left: 5px;
	margin-top: 220px;
	position: absolute;
	font-size:10px;
}
#photo4 {
	width:180px;
	height:180px;
	margin-left: 220px;
	margin-top: 220px;
	position: absolute;
	font-size:10px;
}

#infobox {
	width:310px;
	height:230px;
	margin-left:670px;
	margin-top: 400px;
	position: absolute;
}
#footer{
	width:400px;
	height:20px;
	margin-left:160px;
	margin-top: 660px;
	position: absolute;
}
#menu li{
	top: 0px;
	
	list-style-type: none;
}
#menu a{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight:bolder;
	color:#FFFFFF;
	text-decoration:none;
	text-transform: uppercase;
}
#menu a:hover {color: #77ADFF;}