@charset "utf-8";
body {
	background-image: url(../images/slice1.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FF0000;
}


#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#header {
	background-image: url(../images/logo_head.jpg);
	width: 960px;
	height: 201px;
}
#content {
	background-image: url(../images/body_main.jpg);
	background-repeat: no-repeat;
	width: 960px;
	margin-top: 0px;
	height: 400px;
	padding-top: 20px;
}
#content  h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	margin: 0px;
}
#footer a {
	text-decoration: none;
	color: #FF6600;
}

#footer {
	background-color: #6c5f60;
	height: 50px;
	color: #bfb0b1;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 5px;
}
