/*--HOUSEKEEPING--*/

body, h1, h2, h3, h4, h5, h6, p, div, form, code, pre, fieldset, legend, dl, dt, dd {
	margin: 0px; 
	padding: 0px;
	border: 0px;
}

html {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

/*--MAIN ELEMENTS--*/

body {
	min-height: 100%;
	font: 62.5% Tahoma, Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	margin: 0px;
	padding: 0px;
	background-color: #272525;
	background-image: url("../img/bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}

#preloader {
	display: none;
}

#container {
	width: 827px;
	height: 100%;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

#menubox {
	margin: 383px 0px 0px 0px;
}

#textcontainer {
}

#textarea {
	font-size: 1.1em;
	color: #FFF;
	width: 383px;
	float: left;
	margin: 31px 0px 0px 30px;
}

#mediaarea_large {
	font-size: 1.1em;
	color: #FFF;
	width: 750px;
	float: left;
	margin: 45px 0px 0px 25px;
	text-align: center;
}

#mediaarea {
	width: 353px;
	margin: 31px 30px 0px 30px;
	float: right;
	text-align: right;
}

#textarea p {
	margin: 6px 0px 0px 0px;
	text-align: justify;
}
	
#footer {
	float: left;
	width: 827px;
	text-align: center;
	font-size: 1.1em;
	color: #666;
	margin: 40px 0px 20px 0px;
}

/*--TEXT FORMATTING--*/

a:link, a:visited {
	color: #dab400;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #e0ca00;
	font-weight: bold;
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #CCC;
	font-weight: bold;
	text-decoration: underline;
}

/*--OTHER FORMATTING--*/

img.screenshot {
	border: 1px solid #FFF;
	margin: 0px 0px 15px 15px;
}

