<style type="text/css">
.first_style{}

body
	{
	margin: 0;
	padding: 0;
	color: #5a5e61;
	font-size: 11px;
	line-height: 18px;
	background-image: url('img/bg.jpg');
	font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
	}

img
	{
	border: none;
	}

td
	{
	font-size: 11px;
	}

a:link, a:visited
	{
	color: #f7a621;
	text-decoration: none;
	}

a:hover, a:active
	{
	color: #f7a621;
	text-decoration: underline;
	}

h1
	{
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
	}

input,select,textarea
	{
	margin: 0;
	font-size: 12px;
	border: 1px solid #c9c9c9;
	background-color: #ffffff;
	}



#container
	{
	top: 50%;
	left: 50%;
	width: 670px;
	height: 220px;
	position: absolute;
	margin-top: -110px;
	margin-left: -330px;
	border: 1px solid #242424;
	background-color: #000000;
	}

#a
	{
	float: left;
	width: 175px;
	height: 120px;
	padding-top: 100px;
	padding-left: 45px;
	background-repeat: no-repeat;
	background-image: url('img/bg_box1.jpg');
	}

#b
	{
	float: left;
	width: 180px;
	padding-top: 80px;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-image: url('img/bg_box2.jpg');
	}
#c
	{
	float: left;
	width: 200px;
	height: 110px;
	padding-top: 60px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-image: url('img/bg_box3.jpg');
	}

#c_scroll
	{
	width: 120px; 
	margin-top: 15px; 
	margin-left: 50px; 
	float:left;
	}


#c li
	{
		list-style-type: none;
		padding-left: 10px;
	}
#separator
	{
	float: left;
	height: 180px;
	margin-top: 20px;
	border-left: 1px solid #242424;
	}

</style>