/* CSS Document */
body, div, span, h1, h2, h3, img, p, ul, li, ol, form, input, select, option, textarea, pre, iframe, table, td, tr, th, a, label, *{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	border-collapse:collapse;
	outline:none;
	border:0;
}

/*BG*/
body {
	background: #000000 url(/EN/images/background.jpg) center top no-repeat;
	text-align:center;
	position:relative;

}
a:focus {
  outline: none;
}


/* Main site containers starts here */

#wrapper{
height:100%; max-height:100%;
}
#mainDiv { 
margin-left:auto; margin-right:auto; width:100%; text-align:center; height:787px; max-height:787px;}


/* Main site containers ends here*/
/*FOOTER (include)*/
#footer {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
}

#footer p {
	float:left;
	text-align:left;
	width:600px;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	line-height:14px;
}
/*Launch Fire link - very bottom*/
#launchfire {
	width:200px;
	height:30px;
	text-align:right;
	float:right;
}
#launchfire a{
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
}
#launchfire a:hover{
	color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
}
/*End Launch Fire link */

/*Font Classes - styles*/
.linkMain{
	font-weight:bold;
	text-decoration:underline;
}
.linkBirdseed{
	text-decoration:underline;	
	font-size:10px;
}
.linkGeneral{
	color:#2380c1;
	text-decoration:underline;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.highliteBold{
	color:#a30d0e;
	font-weight:bold;
	font-size:11px;
}
.highliteBirdseed{
	font-size:10px;
	color:#ea2121;
}
.birdseedTxt{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.normTxt{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}