body {
	background-image:url(../img/bg_body_intro.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#FEE8CC;
	margin:0; padding:0;

	font-family:Verdana, Sans-Serif;
	font-size:9pt;
	text-align:center;
	color:#000000;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*  MAIN ELEMENTS POSITIONS			*/ 

div.outer-container {
	position: relative;
	margin: 0 auto;
	width:680px;
	height:100%;
	text-align:left;
}

div.inner-container {
	position:absolute;
	top:210px;
	width:680px;
}

div.big-button {
	z-index:90;
	position:absolute;
	left:310px;
	top:30px;
	height:540px;
	width:375px;
	cursor:pointer;
}

		div.big-button img {
			height:540px;
			width:375px;
			border:0;
		}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*	CONTENT DESIGN ELEMENTS			*/ 

div.intro-body {
	width:280px;
	height:235px;
	margin-left:25px;
	margin-bottom:30px;
	font-family:Verdana, Sans-Serif;
	font-size:9pt;
	color:#000000;
}

div.intro-subtext {
        width:250px;
	top:15px;
	margin-left:25px;
	padding-top:0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*	CONTENT STYLES			*/ 

p {
	margin:0;
	padding:0;
}

a {
	font-family:Verdana, Sans-Serif;
	font-size:9pt;
	color:#832124;
	text-decoration:none;
}

div.intro-body h1 {
	font-family:Verdana, Sans-Serif;
	font-size:11pt;
	font-weight:bold;
	color:#832124;
}

div.intro-body p {
	font-family:Verdana, Sans-Serif;
	font-size:9pt;
	line-height:11pt;
	color:#000000;
}

div.intro-subtext p {
	font-family:Verdana, Sans-Serif;
	font-size:8pt;
	color:#000000;
}