/* CSS Document */

* {
	padding:0;
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background: url(/design/background_index.jpg) left top no-repeat #000;
	
}

#select {

	position: absolute;
	left: 405px;
	top: 340px;
	list-style: none;
}

#select li {
	float: left;
	padding: 0 10px;
}

#select li a {
	color: #701616;
	text-decoration: none;
}
