html, body{
	width:100%;
	height:100%;
	margin:0px;
	background:url(../images/background.png) black;
	color:white;
	letter-spacing:0.08em;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1, h2, h3 {
	margin:0px;
	margin-top:2px;
	margin-left:-10px;
	margin-bottom:2px;
}
a {
	color:white;
}
img{
	border:0;
}
#divMain{
	width:850px;
	height:400px;
	background:black;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-426px;
	margin-top:-201px;
	border:solid;
	border-width:1px;
	border-color:white;
}
#divContent{
	width:850px;
	height:400px;
	background:black;
	color:white;
	overflow:auto;
}
#divPadding{
	padding:30px;
}
#div-like{
	margin-top:10px;
	float:right;
}
#div-facebook{
	margin-top:8px;
}

