html, body {
	margin:0px;
	padding:0px;
	background-color:white;
	color:black;
}

form {
	display:inline;
	margin:0px;
	padding:0px;
}

a {	color:gray;}

a img {
	border:none;
	margin:0px;
	padding:0px;
}

h1, h2, h3, h4, h5, h6, p, div {
	margin:0px;
	padding:0px;
}


#basepage {
	margin:0px 0px 0px 0px;
	padding:0px;
}

/*  TOP BAR */

#topbar {
	position:relative;
	width:820px;
	padding:0px;
	height:28px;
}

#topbar div#titleimage {
	float:left;
	width:130px;
}

#topbar div#topblurb {
	float:left;
	width:350px;
	text-align:center;
}

#topbar div#tagline {
	float:left;
	text-align:right;
	width:130px;
}

#topbar div#votetext {
	float:right;
	width:160px;
}

/* BODY SECTIONS */

#buttons {
	position:absolute;
	width:25px;
	left:0px;
	right:10px;
}

/* Middle section */

#infosection {
	position:absolute;
	width:820px;
	left:22px;
	top:8px;
}

#infosection div#infobox {
	position:absolute;
	width:120px;
	top:30px;
}

#infosection div#whoson {
	font-size:9px;
	text-align:center;
	position:absolute;
	width:400px;
	left:160px;
	top:30px;
}

/* second section */

#chatbox {
	position:absolute;
	left:620px;
	top:50px;
}

.frayme {
	border:0px;
	width:208px;
	height:1000px;
	margin:0px;
}


#linksection{
	position:absolute;
	width:200px;
	top:95px;
	left:22px;
}


#newschunks {
	position:absolute;
	left:230px;
	width:350px;
	top:110px;
	background-color:#101010;
}

.newsblock { background-color:red; }

.newsblock div.newstitle h1 {
	font-family:"Old English", serif;
	font-weight:bold;
	font-size:18px;
	color:#ffffff;
	padding-left:15px;
	background: transparent url('/media/graphics/corner.png') top left no-repeat;
}

.newsblock p, h4 {
	background-color:#101010;
}

.newsfoot {
	font-size:11px;
	top:5px;
	background-color:#404040;
}

#credits {

	position:relative;
	top:1000px;
	text-align:center;

}