/* CSS Document: otft.com  */

body {
	background: url(images/win_bg.png) repeat 0 0;
	font: normal 12px "Trebuchet MS", "Verdana", sans-serif;
	color: #000;
}

#home {
	background: url(images/index_bg.png) no-repeat 0 0;
	height: 612px;
	width: 960px;
	margin-top: 40px;
}

#top_menu ul {
	width: 600px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 25px;
	top: 10px;
}

#top_menu ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#top_menu ul li a {
	display: block;
	padding: 11px;
	color: #efefef;
	text-transform: uppercase;
	text-decoration: none;
}