@charset "utf-8";
/*  	
	Copyright Noterik B.V 
	Noterik WebTV 3.0
	Akbar Khrisna
	May 2009.
 */
 
/* -----------------------
	CSS Fixing settings
   ----------------------- */
IMG { border:0; }
FORM { margin:0; padding:0; }
.clearance, .mozillaBugFix { clear:both; }
a:active { outline: none; }
a:focus { -moz-outline-style: none; }

/* -----------------------
	General settings 
   ----------------------- */
html,body {
	margin:0;
	padding:0;
} 
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #777;
	text-align:center;
	margin:0 auto;
	background-color:#181818;
}
div#wrapper {
	width: 850px;
	margin: 0 auto;
}
.top {
	width: 850px;
	height: 84px;
	background-image: url('../images/bg_top.png');
	background-repeat: no-repeat;
}
.header {
	width: 850px;
	height: 53px;
	background-image: url('../images/bg_header.png');
	background-repeat: no-repeat;
}
.header h1{
	display: none;
}
.content {
	width: 850px;
	height: 420px;
	background-image: url('../images/bg_content.png');
	background-repeat: no-repeat;
}
.footer {
	width: 850px;
	height: 67px;
	background-image: url('../images/bg_footer.png');
	background-repeat: no-repeat;
}
.footer ul {
	margin: 0;
	padding: 19px 0px 0px 13px;
}
.footer li {
	float: left;
	list-style: none;
}
.footer a {
	width: 144px;
	height: 23px;
	background-image: url('../images/bg_button.png');
	background-repeat: no-repeat;
	color: #fff;
	padding: 5px 0px 0px 0px;
	text-shadow: #000 0px 1px 1px;
	display: block;
	text-align: center;
	text-decoration: none;
	float: left;
	margin-right: 10px;
}
.footer a:active {
	background-position: 0 -28px;
}
