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

* { margin: 0; padding: 0; }		
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
}
#body_t {
font-size:12px;
width:550px;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
margin-top:15px;
overflow:visible;
}

#intro{
position:absolute;
left:-60px;
	}


#bg {
	background-color: #000000;
}

#masthead {
background-image:url(../images/head.png);
height:124px;
background-position:top, left;
background-repeat:no-repeat;
vertical-align:bottom;
bottom:144px;

}
#masthead_text {
color:#000000;
font:Arial, Helvetica, sans-serif;
font-size:10px;
margin-left:120px;
position:relative;
vertical-align:top;
}

#container {
	position:relative;
	width: 100%;
	height: 100%;
	border-top:0px;
	top:0px;
	float:left;
}
a {
text-decoration:none;
	color: #757575;

}
a:hover, a:active {
	color: #CCCCCC;
	text-decoration: none;
	}

a:visited {
	color: #666666;
	text-decoration: none;
	}
#nav {
		position:relative;
		top:35px;
		display:none;
}

#nav a{
		position:relative;
		top:35px;
		display:none;
}
#nav a:hover{
		position:relative;
		top:35px;
		display:none;
}

