/*------------------MAIN----------------------*/
body {
	font-family: Herbatica, Verdana, Tahoma, Arial;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
	background: #2f2f2f;
	margin: 0px;
	background: #2f2f2f url(img/bg.jpg) repeat-y top center;
}

.header {
	position: center;
	float: left;
	width: 100%;
	height: 278px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(img/header.jpg) no-repeat top center;
}

p {
	font-family: Herbatica, Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #848484;
	line-height: 16px;
	width: 700px;
	margin: 0px 0px 0px 110px;
	padding: 0px 0px 0px 0px;
}

p.stuff {
	font-family: Herbatica, Verdana, Tahoma, Arial;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
	width: 700px;
	margin: 0px 0px 0px 110px;
	padding: 0px 0px 0px 0px;
}

p.menux {
	font-family: Herbatica, Verdana, Tahoma, Arial;
	font-size: 24px;
	line-height: 12px;
	width: 600px;
	margin: 20px 0px 0px 190px;
	padding: 0px 0px 0px 0px;
}
/*------------------LINKS----------------------*/
A:link {color: #a1a1a1; text-decoration: none}
A:visited {color: #a1a1a1; text-decoration: none}
A:active {color: #fffb00; text-decoration: none}
A:hover {color: #fffb00; text-decoration: none;}
/*---------------------------------------------*/

#container {
	width:900px;
	margin: 0px auto;
}

#container1 {
	width:450px;
	margin: 0px auto;
	text-align: center;
}
/*------------------NAVIGATION----------------------*/

.menu {
	position: center;
	float: left;
	width: 100%;
	height: 59px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(img/menu.jpg) no-repeat top center;
}

.break {
	position: center;
	float: left;
	width: 100%;
	height: 61px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(img/break.jpg) no-repeat top center;
}

/*------------------FOOTER----------------------*/

.bottom {
	position: center;
	float: left;
	width: 100%;
	height: 47px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(img/bottom.jpg) no-repeat top center;
}

.footer {
	position: center;
	float: left;
	width: 100%;
	height: 100px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(img/footer.jpg) repeat-y top center;
}