@charset "utf-8";
/* CSS Document */

body {
margin: 0;
padding: 0;
height: 100%;
line-height: 100%;
background-color:#000;
/* background-color:#DCD5CB; */
position: absolute; top: 0; left: 0; right: 0; bottom: 0;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
}



/* ------------  Layout -------------*/

#wrap {
	/*border-collapse: collapse;*/
	border-color: #111;
	background-color:#FFF;
	width: 745px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}


div#login {
	text-align: left;
	vertical-align: top;
	padding-bottom: 2px;
	/*background-color:#FF6;*/
	width: 745px;
	margin: 20px auto 0;
}

div#banner {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 745px;
	margin: 20px auto 0;
}

div#bottom {
	/*background-image: url(assets/bottom_white_c_2px.png); 
	background-repeat:repeat-x;*/
	background-image: url(assets/bottom_white_745.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 20px;
	margin: 0;
	padding: 0;
}

#leftcorner {
	text-align: left;
	float: left;
	vertical-align: top;
	margin: 0;
	padding: 0;
	background-image: url(assets/bottom_white_lc_350.png);
	background-repeat:no-repeat;
	background-position:left top;	
	height: 20px;
	width: 300px;
}

#rightcorner {
	text-align: right;
	float: right;
	clear: right;
	vertical-align: top;
	margin: 0;
	padding: 0;
	background-image: url(assets/bottom_white_rc_350.png);
	background-repeat:no-repeat;
	background-position:right top;	
	height: 20px;
	width: 300px;
}


#footer {
	
	width: 100%;
	clear: both;
	background: #000;
	margin: 0;
	text-align: center;
	padding: 2.5em 0 2.0em;	
	color: #fdb813; 
}

#footer .tagline {
	font-weight: bold; font-stretch:extra-expanded;
	font-size: 14px;
	padding:0;
	padding-bottom: 0.5em;
	margin: 0;
	color: #fdb813;
	}
	
	
	
/* ------------  CONTENT -------------*/

.main1 {
background-color:#FFF; 
border-top: #ffdb98 2px solid; 
}

.main2 {
background-color:#FFF; 
border-top: #ffdb98 2px solid; 
margin: 30px auto;
text-align: center;
}


.video1 {
	text-align: center;
	margin: 0 auto;
	padding: 30px 0 30px;
	vertical-align: middle;
	border: 0px solid red;
}

.button1 {
	text-align: center;
	margin: 0 auto;
	padding: 20px 0 50px;
	border: 0px solid green;	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	
}

.button1 a:link {
	color: #C00;
	border: 2px solid #fdb813;
	padding: 0.75em;
	background-color:#ffdb98;
	text-decoration: none;
}
.button1 a:visited {
	color: #C00;
	border: 2px solid #fdb813;
	padding: 0.75em;
	background-color:#ffdb98;
	text-decoration: none;
}
.button1 a:hover {
	color: #FF0000;
	border: 2px solid #fdb813;
	padding: 0.75em;
	background-color: #FF6;
	text-decoration: none;
}
.button1 a:active {
	color: #FF0000;
	border: 2px solid #fdb813;
	padding: 0.75em;
	background-color: #FF6;
	text-decoration: none;
}


/* ------------  MAIN LINKS -------------*/



a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}

