body{
	background:black;
	font:11px white Times New Roman;
}

h1{
	font-size:1.4em;
	color:red;
}

h2{
	font-size:1.2em;
	color:red;
}

p{
	color:white;
}

img{
	border:none;
}

#header{
	text-align: center;
}

#sidebar{
	text-align:center; 
	vertical-align:top; 
	width:140px;
}

#content,
#content iframe{
	width:100%;
}

#content {
	padding-right:140px;
}

#content iframe{
	font-size:10px;
}



