
#layout {
	margin:auto;
	width:822px;
}

#header {
	background-image:url(../img/bg_header.jpg);
	height:156px;
}
#homebutton {
	position:absolute;
	width:579px;
	height:156px;
	cursor:pointer;
}
#evertonbutton {
	position:absolute;
	width:90px;
	height:90px;
	cursor:pointer;
	margin:32px 0 0 732px;
}
#topmenu {
	position:absolute;
	width:822px;
	margin:124px 0 0 0;
}
#search {
	text-align:right;
}
#left {
/*	background-image:url(../img/bg_left.jpg);
	background-repeat:repeat-x;
*/	width:578px;
	float:left;
}
#right {
/*	background-image:url(../img/bg_right.jpg);
	background-repeat:repeat-x;
*/	width:241px;
	float:right;
}
#footer {
	clear:both;
}
