body,html{
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #FFF;
	font: 13px Georgia, Times New Roman, sans-serif;
}
h1 {
	font-size:0;
	line-height:0;
	font-color:#FFFFFF;
	height: 0;
	padding: 0;
	margin: 0;
}
h1 a {
	font-size:0;
	line-height:0;
	text-decoration: none;
	font-color: #FFFFFF;
}
h1 a:hover {
	font-size:0;
	line-height:0;
	text-decoration: none;
	font-color: #FFFFFF;
}
h2 {
	color: #738EA6;
	font-weight:bold;
	font: 17px Georgia, Times New Roman, sans-serif;
}
p {
	margin: 0;
	padding: 0 5px 18px 0;
	text-align:justify;
	line-height:20px;
}
a {
	color: #FFF;
	text-decoration: underline;
}
.header {
	padding-top: 15px;
}
.close {
	position: fixed;
	top: 0;
	right: 0;
}
#closeImg {
	background: url(../_img/close.png) top left no-repeat;
}
#closeImg:hover {
	background: url(../_img/close.png) left top no-repeat;
	background-position: 0 -22px;
}
#wrapper {
	margin: 0 auto; 
	width: 500px;
	padding-left: 5px;
}