/*------------ GENERAL -----------*/

body {

	margin:0;

	padding:0 0 46px 0;

	font:13px/18px Arial, Helvetica, sans-serif;

	color:#8C8B8D;

	background:url(../images/body-bg.jpg) repeat 0 0;

	background-color:inherit;

}

p, img, a, ul, ol, form, input, select, fieldset, h1, h2, h3, h4 {

	margin:0;

	padding:0;

}

img{

	border:0;

}

a, a:focus {

	text-decoration:none;

	outline:none;

}

/*------------ INTROBANNER -----------*/

div#wrapper {

	width:960px;

	margin:0 auto;

	padding:39px 22px 106px 22px;

	background-color:#000;

	}

div.logoPart {

	height:82px;

	}

div.logoPart a {

	margin:0 auto;

	width:240px;

	height:54px;

	float:left;

	margin-left:363px;

	}

div.introBanner {

	height:472px;

	position:relative;

	}

div.introLink {

	width:129px;

	height:117px;

	position:absolute;

	left:416px;

	top:438px;

	z-index:100;

	}

div.introLink p.enter {

	width:120px;

	height:42px;

	margin:0 auto;

	}

div.introLink p.enter a {

	font-size:23px;

	line-height:42px;

	text-align:center;

	height:42px;

	display:block;

	color:#fff;

	background:url(../images/enter-btn.gif) no-repeat 0 0;

	background-color:inherit;

	}

div.introLink p.enter a:hover {

	background-position:0 100%;

	}
div.introLink ul {

	background-color:inherit;

	font-size:12px;

	line-height:33px;

	text-transform:uppercase;

	font-weight:bold;

	}

div.introLink ul li {

	float:left;

	}

div.introLink ul li a {

	float:left;

	padding:0 15px;

	color:#fff;

	background-color:inherit;

	}

