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

body{
	margin:0px;
	text-align: center;
	font-family: Georgia;
	font-size: 12px;
	background: #0c0c0c;
	
	overflow : hidden;
}

li, ul {
	list-style: none;
	list-style-position: inside;
	margin: 0 0 5px 0;
	padding: 0px;
	
}

img{
	border: none;
}

a{
	color: #3c3c3c;
	/*text-decoration:none;*/
	/*border-bottom: 1px dotted #3c3c3c !important;*/

}
a:hover{
	color:#F5FFEF;
	/*border-bottom: 1px dotted #F5FFEF !important;*/
}

td, tr, table, tbody{
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #FFF;
}

#background{
	position:absolute;
	background:url(../picts/tyf-background2011-03.jpg) no-repeat;
	width:1920px;
	height:1200px;
}

#container{
	position:absolute;
	top:134px;
	width:963px;
	left:434px;
}

#content{
	/*margin: auto;*/
	margin: 10px 10px 10px 0px;
}

#copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #333;
}
.left{
	text-align: right;
}
.right{
	text-align: left;
}

.first{
	margin-bottom: 10px;
}
.minicontent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #444;
	text-align: left;
	margin-left: 114px;
	
}

.minicontent a{
	/*text-decoration: none;*/
	border-bottom: 0px dotted #F5FFEF !important;
	color:#444;
}


.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	text-align: right;
}
