

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: Helvetica,  Verdana, Arial, sans-serif;
}


/* -----------------------------------*/
/* -------->>> ANCHOR TAGS <<<--------*/
/* -----------------------------------*/


a {
	color: #B2B2B2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* -----------------------------------*/
/* -------->>> CONTAINERS <<<---------*/
/* -----------------------------------*/


#container_main {
	position: relative;
	display: block;
	margin: 0px auto;	
	width: 734px;
}

#logo{
	width: 300px;
	height: 85px;
	background: url('/images/logo_oldschool.png') top left no-repeat;
	margin: 20px auto;
}

#flash{
	margin: 0px auto;	
	width: 720px;
	height: 400px;
	position: absolute;
		top: 7px;
		left: 7px;
	z-index: 5;
}

#frame{
	width: 734px;
	height: 414px;
	position: absolute;
		top: 124px;
}

#top{
	position: absolute;
		top: 0;
		left: 15px;
	width: 704px;
	height: 10px;
	background: url('/images/frame_top.png') top left no-repeat;
	z-index: 10;
}
#right{
	position: absolute;
		top: 0px;
		right: 0;
	width: 15px;
	height: 414px;
	background: url('/images/frame_right.png') top left no-repeat;
	z-index: 11;
}
#left{
	position: absolute;
		top: 0px;
		left: 0;
	width: 15px;
	height: 414px;
	background: url('/images/frame_left.png') top left no-repeat;
	z-index: 12;
}
#bottom{
	position: absolute;
		bottom: 0;
		left: 15px;
	width: 704px;
	height: 10px;
	background: url('/images/frame_bottom.png') top left no-repeat;
	z-index: 13;
}

#loadText{
	position: absolute;
		top: 136px;
		left: 257px;
	color: #fff;
	font-family: Futura, Arial, Helvetica, sans-serif;
}

#copy{
	font-size: 10px;
	color: #B2B2B2;
	text-align: right;
	position: absolute;
		top: 544px;
		right: 0px;
}

#contact{
	font-size: 10px;
	color: #B2B2B2;
	text-align: left;
	position: absolute;
		top: 544px;
		left: 0px;
}

#credits{
	font-size: 10px;
	color: #B2B2B2;
	text-align: left;
	position: absolute;
		top: 535px;
		left: 0px;
	width: 300px;
}
/* -----------------------------------*/
/* -------->>> CLICK AREAS <<<--------*/
/* -----------------------------------*/


#click_ {

}


/* -----------------------------------*/
/* -------->>> PNG TRANS <<<----------*/
/* -----------------------------------*/


#trans_ {

}


/* -----------------------------------*/
/* -------->>> TEXT STYLES <<<--------*/
/* -----------------------------------*/


h1 {

}

h2 {

}

.justify {
	text-align: justify;
}

p {
	margin: 0px 0px 5px;
}

.orange{
	color: #D59758;
	font-weight: bold;
}


/* -----------------------------------*/
/* ------------>>> MISC <<<-----------*/
/* -----------------------------------*/

hr {

}


