﻿html, body {
	margin:0;
	padding:0;
	border:none;
}
body{
	font-family:arial;
	font-size:12px;
	background-color:#333333;
}
a{
	color:black;
}
a img{
	border:none;
}
a:hover{
	text-decoration:none;
}
/*******************************************************************************************/
#page{
	width:900px;
	height:565px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-450px;
	margin-top:-282px;
}
#header{
	background-color:white;
	height:20px;
	padding-left:470px;
}
#header p{
	margin:0;
}
/*******************************************************************************************/
#content{
	height:520px;
	background-color:white;
	position:relative;
}
#content p{
	position:absolute;
	top:40px;
	left:470px;
	width:380px;
}
#content p big{
	font-size:30px;
}