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

body
{
	background-color: #000;
	position: relative;
	top:10px;
	font-family: helvetica, verdana, arial, sans-serif;
	}

#container
{
	width: 1000px;
	height: 900px;
	margin: auto;
	background-color: #000;
	position: relative;
			
}


	
#navigation
{
	
	position: relative;
	top: 10px;
	right:30px;
	
}
ul li{
	display: inline;
	margin:28px;
	
}
#fg_press{position:relative;width:200px;bottom:1200px;left:600px;}

#content
{
	margin-left: 200px;
	margin-right: 200px;
	padding: 1em;
	font-family: ;
	font-size: 16px;
	color: #FFFF00;
}

#leftpic
{
	position: relative;
	top: 70px;
	left: 30px;
	height: 956px;
	width: 300px;
}
#press_title
{
	position: relative;
	left: 190px;
	bottom:915px;
	width: 100px;
}
#content_text
{
	margin-top:110px;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	font-family: ;
	font-size: 16px;
	color: #FF9900;
	position: relative;
	height: 100px;
	width: 500px;
	bottom: 1000px;
	text-align: left;
	left:170px;	
}


#footer
{
	clear: both;
	margin: auto;
	padding: 0.5em;
	color: #F00;
	font-family: ;
	font-size: 12px;
	text-align: center;
	position: relative;
	bottom: -120px;
	
}
#footlist
{
	margin:auto;
	position: relative;
	left: 160px;
	top:100px;
	width: 800px;	
}



a:link {
	COLOR: #F00;
}
a:visited {
	COLOR: #F00;
}
a img { border: 1px black solid; }
