/*--------------------------------------------------
------------------  Reset   ------------------------
--------------------------------------------------*/
 
a:active {outline:none;}
:focus {-moz-outline-style: none; outline:none;}
* html a {noFocusLine: expression(this.onFocus=this.blur()); outline: none;}

img {border:none;}


/*--------------------------------------------------
------------------ Global Styles -------------------
--------------------------------------------------*/

body, html {height: 100%; width: 100%; margin: 0; padding: 0;}

body {
	background: #0a0e11 url(./images/bg_repeat.jpg) repeat-x top center;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.125em;
	color: #fff;
	word-wrap: break-word;
}

a {color:;}
a:hover {color:; text-decoration: none;}


/*--------------------------------------------------
------------------- Structure ----------------------
--------------------------------------------------*/

#container {background: url(./images/landing_header.png) no-repeat top center; height: 100%; width: 100%;}

#wrapper {
	font-size: .75em;
	height: auto; width: 940px;
	margin: 0 auto;
	position: relative;
}

#left_link {
	background: url(./images/left_rec.png) no-repeat;
	display: block;
	height: 240px; width: 340px;
	position: absolute; left: 120px; top: 210px;
	text-indent: -9999px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		-moz-box-shadow: 0 0 30px rgba(0,0,0,.8);
		-webkit-box-shadow: 0 0 30px rgba(0,0,0,.8);
		box-shadow: 0 0 30px rgba(0,0,0,.8);
}

#right_link {
	background: url(./images/right_rec.png) no-repeat;
	display: block;
	height: 240px; width: 340px;
	position: absolute; right: 120px; top: 210px;
	text-indent: -9999px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		-moz-box-shadow: 0 0 30px rgba(0,0,0,.8);
		-webkit-box-shadow: 0 0 30px rgba(0,0,0,.8);
		box-shadow: 0 0 30px rgba(0,0,0,.8);
}