html, body {width:100%;}
body {
	margin:0;
  	color:#000;
	font:11px arial,sans-serif;
	background:#202020;	
}
img{border:none;}
a{
	text-decoration:none;
	color:#000;
	outline:none;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}

#main-container {
	margin: 0 auto;
	width:800px;
	padding:10px 0 0;
	position:relative;
}

/* header */
#header {
	height:100px;
	margin:0 0 5px;
	padding:20px;
	border:1px solid #000;
	background:#CCC;
}
.inner #header {
	width:560px;
}
#footer {
	height:150px;
	padding:20px;
	border:1px solid #000;
	background:#CCC;
}
.inner #footer {
	width:560px;
}
.wrapper {
	overflow:hidden;
	position:relative;
}
#content {
	float:left;
	width:560px;
	padding:20px;
	margin:0 0 5px;
	border:1px solid #000;
	background:#CCC;
}
#content  p {
	margin:0 0 10px;
}

#sidebar {
	float:right;
	width:171px;
	padding:10px;
	border:1px solid #000;
	background:#F30;
}
.inner #sidebar {
	position:absolute;
	right:0;
	top:0;
}
.blue-text {
	background:#0CF;
	border:1px solid #000;
	margin:10px;
	padding:10px;
}
