@charset "utf-8";
/* CSS Document */

body {
	background-repeat: repeat;
	background-color:#b92025;
	background-image:url(../images/freedom_bg.jpg);
	background-position:center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
}

.parkour {
	width:800px;
	height:209;
	margin-top:75px;
	position:absolute;
	z-index:800;
	}

.maincontainer {
	width:800px;
	height:900px;
	position:absolute; left:50%; 
	margin-left:-400px; 
	margin-top:0px; 
	margin-bottom:0px; 
	padding:0px; 
	border:0 none;
	}
	
.header {
	width:800px;
	height:75px;
	}

.links {
	width:800px;
	height:146px;
	}
.links_container {
	width:465px;
	height:35px;
	padding-right:335px;
	z-index:999;
	position:absolute;
	}
	
.maincontent {
	width:800px;
	height:599px;
	}
.index_container {
	width:800px;
	height:599px;
	background:url(../images/indexbg_14.gif) top no-repeat;
	}
.index_video {
	width:445px; 
	height:287px;
	}
	html > body .index_video {
	height:283px;
	}
.frame {
	width:445px;
	height:270px;
	border:0 none;
	margin:0px; 
	padding:0px; 
	overflow:hidden;
	background-color:#ffffff;
	}
.banking_scroll {
	width:760px;
	height:260px;
	text-align:justify;
	overflow-y:scroll;
	overflow-x:hidden;
	padding-right:10px;
	padding-left:10px;
	}
	
.innercontents {
	width:800px;
	height:479px;
	}
	
.footer {
	width:800px;
	height:25px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	padding-top:5px;
	}
	
	
a img { border:0 none; }
	

/*font*/
.f1 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	}
.f2 {
	font-family:Arial, Verdana Helvetica, sans-serif;
	color:#b92025;
	font-size:10pt;
	}
	.f2 a:link {color:#b92025; text-decoration:none; }
	.f2 a:visited {color:#b92025; text-decoration:none; }
	.f2 a:active {color:#b92025; text-decoration:none; }
	.f2 a:hover {color:#b92025; text-decoration:none; }