body
{
	background-image:url('');
	background-repeat: repeat-x;
	background-color: white;
	background-attachment: fixed;
	text-align: left;
}

.submenu
{
	background-image:url('');
	float: left;
	width:150px;
	padding-left: 5px;
	position:fixed;
	left: 0px;
	overflow: hidden;
}

.content
{
	margin: 0px;
	margin-left: 180px;
	width: 540px;
}

