body {
    margin:0;
	text-align:center;
	padding: 0;
    background-color:#FFFFFF;
    color:#000;
	min-width: 757px;
}
#mainspace{
	position:absolute;
	top: 50%;
	left: 50%;
	width:490px;
	height:375px;
	margin-top: -160px; /*set to a negative number 1/2 of your height*/
	margin-left: -245px; /*set to a negative number 1/2 of your width*/
	}
#logospace {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 220px;
	}
#textspace {
	position:relative;
	top: 35%;
	width: 250px;
	margin-left: 230px;

	color: rgb(68,114,180);
	}	
