html,body 
{
	width:100%;
	height:100%;
	
	margin: 0px;
	padding: 0px;
	border:0px;

	background-color: #3ba3e2;
	background-image:url("../img/clouds.png");
	background-repeat:repeat-x;
	
	color:#ffffff;
	font-family:Helvetica,Arial,Sans-Serif;
	font-size:10px;
	line-height:20px;
	
	text-align:center;
}

div
{
	display:block;
	margin:0;
	border:0;
	padding:0;
}

h4
{
	font-size:18px;
	margin-bottom:-8px;
}

img,img a,img a:hover,img a:active,img a:visited
{
	margin:0;
	padding:0;
	border:0;
}

a:active, a:focus
{
	outline: 0;
}

#content
{
	width:381px;
	margin:-60px auto;
	text-align:left;
}

#container
{
	width:1024px;
	height:990px;
	margin:0px auto;
	text-align:center;

	background-image:url("../img/gradient.png");
	background-repeat:no-repeat;
    background-position:200px 200px;
}

#header
{
	width:100%;
}

#logo
{
	padding:79px 0;
}

#wholepage        
{
	display				: block
	overflow			: visible;
	text-align			: center;
	visibility			: visible;

	position			: absolute;

	top					: 50%;
	left				: 0px;
	width				: 100%;
	height				: 1px;
}
