/* General
----------------------------------- */
/* this one fixes the jumping scrollbar issue on some browsers */
html { 
    height: 100%; 
    margin-bottom: 1px; }
    
/* resume normal browser work */
body {
    background: #fff url(../images/bg_tile.jpg) repeat-x;
    margin: 0;
    padding: 0;
    font: normal 12px/2.5em Arial, sans-serif;
    color: #707070; }

* {
	margin: 0 0;
	padding: 0 0;
	border: none;
	}

ul, li, p, td, th form { 
    margin: 0;
    padding: 0;
    font-size: 1em; }
p {
    padding: 0 0 1em; }
	
h1 {
	height: 40px;
	line-height: 40px;
    margin: 0 0 6px;
    letter-spacing: 7px;
    padding: 0;
    font: normal 30px/30px Arial, sans-serif; }
h2 { 
    font: normal 14px/14px Arial, sans-serif;
    letter-spacing: 4px;
    margin: 0 0 14px; }
	
h3 { 
    font: normal 12px/12px Arial, sans-serif;
    letter-spacing: 3px;
    margin: 0 0 12px; }
	
h4 {
	font: normal 14px/12px Arial, sans-serif;
	font-weight: bold;
    letter-spacing: 2px;
    margin: 2px 0 2px; }
    
h5 {
	font: normal 12px/10px Arial, sans-serif;
	font-weight: bold;
    letter-spacing: 2px;
    margin: 2px 0 2px; }

h6 {
	font: normal 10px/8px Arial, sans-serif;
	font-weight: bold;
    letter-spacing: 2px;
    margin: 2px 0 2px; 
    color:Red;
    }
    
img, a img {
    border: none; }

    
/* Layout
----------------------------------- */
#logo {
	position: absolute;
	top: 20px;
	left: 20px;
	}
	
#FLVPlayer {
	position: absolute;
	top: 160px;
	left: 20px;
	}

#container {
	display: block;
	width: 1024px;
	height: 1200px;
	margin: 0 auto;
	background: transparent url(../images/main.jpg) no-repeat 0 0;
	}

#container_trailer {
	display: block;
	width: 1024px;
	height: 1200px;
	margin: 0 auto;
	background: transparent url(../images/trailer_back.jpg) no-repeat 0 0;
	}
	
	#content {
		position: relative;
		display: block;
		width: 550px;
		height: 110px;
		top: 320px;
		left: 100px;
		overflow-y: scroll;
		color: #32502c;
		font-size: 15px;
		line-height: 24px;
		margin: 0 0;
		}

#content_master {
		position: relative;
		display: block;
		width: 550px;
		height: 220px;
		top: 260px;
		left: 100px;
		overflow-y: scroll;
		color: #32502c;
		font-size: 10px;
		line-height: 24px;
		margin: 0 0;
		}
	#content_trailer {
		position: relative;
		display: block;
		width: 420px;
		height: 236px;
		top: 90px;
		left: 80px;
		color: #32502c;
		font-size: 15px;
		line-height: 24px;
		margin: 0 0;
		}
a.warning {
	font: normal 14px/12px Arial, sans-serif;
	font-weight: bold;
    letter-spacing: 2px;
    margin: 2px 0 2px; 
    color:Red
    }
    
a.trailer2 {
	position: relative;
	background: transparent url(../images/trailer_link.gif) no-repeat 0 0;
	display: block;
	width: 284px;
	height: 71px;
	top: 230px;
	left: 180px;
	margin: 0 0;
	font-size: 0px;
	text-indent: -2000px;
	line-height: 0px;
		}
		
a.trailer {
	position: relative;
	background: transparent url(../images/trailer_link.gif) no-repeat 0 0;
	display: block;
	width: 284px;
	height: 71px;
	top: 320px;
	left: 180px;
	margin: 0 0;
	font-size: 0px;
	text-indent: -2000px;
	line-height: 0px;
		}

a.back {
	position: relative;
	background: transparent url(../images/back.gif) no-repeat 0 0;
	display: block;
	width: 85px;
	height: 29px;
	top: 275px;
	left: 100px;
	margin: 0 0;
	font-size: 0px;
	text-indent: -2000px;
	line-height: 0px;
		}
		
a.enter {
	position: absolute;
	display: block;
	background: transparent url(../images/enter.gif) no-repeat 0 0;
	width: 121px;
	height: 30px;
	top: 369px;
	left: 649px;
	font-size: 0px;
	text-indent: -2000px;
	line-height: 0px;
	}

	a.enter:hover {
		background: transparent url(../images/enter.gif) no-repeat -121px 0;
		}
		
#bottom_links {
	position: relative;
	top: 340px;
	left: 480px;
	display:block;
	width: 400px;
	height: 150px;
	}
#bottom_links_master {
	position: relative;
	top: 240px;
	left: 480px;
	display:block;
	width: 400px;
	height: 150px;
	}
	
#bottom_links_trailer {
	position: relative;
	top: 300px;
	left: 480px;
	display:block;
	width: 400px;
	height: 150px;
	}
#bottom_links_links {
	position: relative;
	top: 240px;
	left: 725px;
	display:block;
	width: 400px;
	height: 150px;
	}
#bottom_links_links_master {
	position: relative;
	top: 140px;
	left: 725px;
	display:block;
	width: 400px;
	height: 150px;
	}
	
#bottom_links_links_trailer {
	position: relative;
	top: 185px;
	left: 725px;
	display:block;
	width: 400px;
	height: 150px;
	}
#container_trailer #bottom_links {
	position: relative;
	top: 290px;
	left: 570px;
	}