body
{
	min-width: 700px;
	background-color: #FFF;
	text-align: center;
	margin:0px;
	padding:0px;
}

div {
	
	margin:0px;
	padding:0px;
}

p {margin:0px;
	padding:0px;}

img		{border:none;}

a
{
text-decoration: none;outline: none;
}

a:active
{
outline: none;

}

	
#container
{
	position:absolute;
	top: 50%;
	left: 50%;
	width:600px;
	height:400px;
	margin-top: -200px; /*set to a negative number 1/2 of your height*/
	margin-left: -300px; /*set to a negative number 1/2 of your width*/
	vertical-align: top;
	background-image: url(images/logo.gif);
	background-position: center center;
	background-repeat: no-repeat;
	
}

#content{
	
	padding: 0px 0px 0px 0px;	
}

