html,body
{
	background-color:#9E9E9E;
	margin:0px;
	padding:0px;
}

#maincontainer
{
	background-image:url("backgrounds/vertical-borders.jpg");
	background-repeat:repeat-y;
	
	position: absolute;
	top:10px;
	left: 50%;
	width: 750px;
	margin-left: -375px;
}

#header
{
	background-image:url("backgrounds/header.jpg");
	background-repeat:no-repeat;
	height:159px;
	width:100%;
}

#hand
{
	background-image:url("backgrounds/hand.jpg");
	background-repeat:no-repeat;
	height:49px;
	
	padding-right:50px;

	line-height:20px;
	
	text-align:right;
	font-size:8pt;
}

#content
{
	background-image:url("backgrounds/background-text.jpg");
	background-repeat:no-repeat;
	background-position:bottom;

	position:relative;
	
	min-height:500px;
	
	padding-left:65px;
}

#menu
{
	background-image:url("backgrounds/menu-title.jpg");
	background-repeat:no-repeat;
	background-position:0px 3px;

	float:left;
	width:180px;
	padding-top:50px;
}

#contact
{
	margin-top:50px;
}

#text
{
	background-image:url("backgrounds/vertical-line.jpg");
	background-repeat:no-repeat;
	background-position:0px 40px;
	
	float:left;
	width:420px;
	margin-left:5px;
	padding-left:30px;
	padding-bottom:50px;
}

.quion
{
	height:1px;
	clear:both;
}
