body, html {

	height: 100%;

	overflow: hidden;

	margin:0px;

	padding:0px;

}

#page{

	width:900px;

	height:600px;

	position:absolute;

	left: 50%;

	margin-left: -450px; /*set to a negative number 1/2 of your width*/

	margin-top:100px;

}

#logo{

	float:left;

}

#logo img{

	margin:0px 0px 10px 20px;

}

div.row{

	float:left;

	clear:both;

	width:900px;

}
div.fb{
	padding-top:15px;
}

#content{

	float:left;

	clear:both;

	height:335px;

	width:900px;

}