body {
	color: white;
	background: #000 url(../images/background.jpg) top center repeat-x;
	font-family: Arial, sans-serif;
	text-align: center;
}

div.container{
	position: absolute;
	
	top: 10px;
	left: 50%;

	width: 1024px;
	height: 560px;

	margin-left: -512px;
}

div.frame{

	position: absolute;

	top: 44px;
	left: 50%;
	
	width: 546px;
	height: 310px;

	margin-left: -376px;

}

div.menu {
	position: absolute;
	
	top: 44px;
	left: 50%;
	
	width: 187px;
	height: 310px;
	
	margin-left: 188px;
	
	vertical-align: top;
}

.mframe {
	width: 546px;
	height: 310px;
}

