@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#000;
	margin:0px;
	font-family:"Helvetica Neue", Helvetica, Arial;
	font-size:12px;
}

#container {
	position:relative;
	margin:0 auto;
	width:971px;
	text-align:center;
}
#content {
	width:100%;
	margin:0 auto;
	background-image:url(../images/bg-content.jpg);
	background-repeat:no-repeat;
	background-color:#232323;
	text-align:center;
	color:#FFF;
}
#content2 {
	width:100%;
	background-color:#191919;
}
.content2 {
	color:#CCC;
	text-decoration:none;
	line-height:20px;
	text-align:left;
}

#menu a {
	color:#fff;
	text-transform:capitalize;
	text-decoration:none;
	font-size:14px;
}
#menu a:hover {
	color:#FFF;
}


/*** DESIGN */

a {
	color:#CCC;
	text-decoration:none;
}

a:hover {
	color:#FFF;
}

.active a {
	color:#F30;
}
.active {
	color:#F30;
}
img {
	border:0px;
}