html, body	
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	background-color: #fff;
	text-align: center;
}

#Main
{
	width: 100%;
	height: 100%;
}

#Main td
{	
	vertical-align: middle;
	text-align: center;
}

	div#Wrapper
	{
		position: relative;
		overflow: hidden;
		height: 600px;
		width: 900px;
		text-align: left;
		margin: 0 auto;
		border: 1px solid #ff9900;
		background-image: url(../Media/Img/BgContent.gif);
		background-repeat: no-repeat;
		background-position: bottom right;
	}
		
		div#Wrapper div#Menu
		{
			position: relative;
			height: 454px;
			width: 215px;
			margin: 0;
			padding-top: 146px;
			background-image: url(../Media/Img/BgMenu.jpg);
			overflow: hidden;
			float: left;
		}
		
		div#Wrapper div#Header
		{
			position: relative;
			height: 136px;
			margin-left: 215px;
			background-image: url(../Media/Img/BgHeader.jpg);
			background-repeat: no-repeat;
			background-position: bottom;
		}
		
		div#Wrapper div#Content
		{
			position: relative;
			height: 464px;
			overflow: auto;	
		}