html, body {
	margin:0px;
	padding:0px;
	background-image: url('/media/images/background/fadeorange.jpg');
}

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

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;
	background-color:white;
	width:820px;
	padding:0px;
	height:28px;
}

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

#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:830px;
	left:20px;
	top:28px;
}

#infosection div#infobox {
	position:absolute;
	width:135px;
}

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

/* second section */

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

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


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


#newschunks {
	position:absolute;
	left:230px;
	width:360px;
	top:85px;
	text-align:justify;
}

.newsblock {
	background-color:#FA0;
}

.newsbody{
	padding:4px;
	border: solid #FA0 1px;
}

.newsblock div.newstitle h1 {
	font-family: serif;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:black;
	padding-left:15px;
}

.newsblock p, h4 {
	text-align:justify;
}

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

#credits {

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

}