body,html
{
	margin: 0;
	padding: 0;
	
}

*
{
	border:none;
}

body
{
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Trebuchet MS, Arial;
}

a.logo
{
	width:423px;
	height:143px;
	position: relative;
	float: right;
	margin-right: 50px;
	margin-top: 75px;
}


#container
{
	height: 517px;
	width:100%;
	background-image: url(../images/repeat.png);
	background-repeat: repeat-x;
	position: relative;
	clear: both;
	top: 75px;
}

h1
{
	line-height: 157px;
	color:#ffffff;
	text-align: right;
	margin-top: 180px;
	position: relative;
	float: right;
	margin-right: 50px;
}

ul
{
	clear: both;
	float: right;
	height: 157px;
	text-align: right;
	margin-right: 50px;
	list-style: none;
}

li
{
	line-height: 40px;
	color:#ffffff;
}