
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	background:url(../images/bg_shadow.jpg) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
#wrapper{
	display:block;
	margin: 0 auto;
	width:980px;	
}
#header{
	display:block;
	width:980px;
	height:150px;
}

#header .logo{
	position:relative;
	display:block;
	width:131px;height:65px;
	top:60px; left:0;
	background:url(../images/TT_logo.jpg)
}

#header .logo a{
	position:relative;
	display:block;
	width:131px;height:65px;
	top:0; left:0;
	text-indent:-9999px;
	overflow:hidden;
}

#flash{
	display:block;
	width:980px;
	height:408px;
	background-color:#000;
}
#footer{
	height:160px;
	display:block;
	width:980px;
}
#footer .link_block{
	padding-top:20px;
	padding-left:7px;
}
#footer .link_block a{
	color:#FFF;
	font-weight:bold;
	padding-right:10px;
	padding-left:5px;
	text-decoration:none;
}#footer .link_block a:hover{
	
	text-decoration: underline;
	
}
