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

body
{
	background: #000;	
}

#bg
{
	width: 990px;
	height: 663px;
	background: url(../img/bg.jpg) top left no-repeat;
}

#container
{
	width: 730px;
	margin: 0 auto;
	text-align: left;
}

#content_title
{
	margin: 10px;
	padding: 12px 0 5px 20px;
	color: #fff;
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;
	background: url(../img/uc.gif) top left no-repeat;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}

#content_txt
{
	margin: 10px;
	padding: 10px 0 0 30px;
	color: #fff;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
}

#item
{
	height: 350px;
	padding: 225px 150px 30px 30px;
	background:url(../img/rcorner.gif) bottom right no-repeat #000;
	width: 280px;
	float:right;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

#logo
{
	margin-top:100px;
	padding: 50px 0 50px 0;
	background: #000;
	width: 250px;
	height: 500px;
	float:left;
	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
}

a
{
	color: #fff;	
}
	

