* {
    margin: 0px;
    padding: 0px;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
}

body {
    font-size: 100%;
    background-color: #050505;
    background: url("../img/bg7.jpg") no-repeat scroll center top #020202;
}

img {
    display: block;
}


#wrapper {
	width: 768px;
	min-height: 550px;
	color: #FFF;
	margin: auto;
	overflow: hidden;
	top: 220px;
}


#header {
	height:	100px;
	
	margin: auto;
	background: url("../img/header-bg.png") no-repeat scroll center top transparent;
	text-align: center;
	min-width: 768px;
    margin-top: 120px;
    
}

#footer {
	background: url("../img/footer-bg.png") no-repeat scroll center top transparent;
    height: 70px;
	margin: auto;
	min-width: 768px;
	
  	text-align: center;
  	color: #FFF;
  	padding-top: 16px;
}



ul {
	list-style: none outside none;
	display: inline-block;
	left: 50%;
}


.menu li a:hover {
	color: #9a9a9a;
}

.menu li a.light:hover {
	color: #6e0018;
}

.menu li a.active {
	color: #AE1634;
}

#nav {
	width: 768px;
	height: 70px;
	text-align: center;
	display: inline-block;
	
}


.menu li {
	background: url("../img/space.gif") no-repeat scroll left top transparent;
    float: left;
    margin-top: 16px;
    padding: 0;
    position: relative;
}

.menu li:first-child {
	background: none;
}

.menu li a {
    color: #6e6e6e;
    display: inline-block;
    font-family: 'Verdana',sans-serif;
    font-size: 18px;
    line-height: 1.222em;
    padding: 6px 31px 6px 30px;
    text-transform: uppercase;
	text-decoration: none;
}    


.menu li a.light {
	color: #FFF;
}


