body {
	font-family: Arial, sans-serif;
	color: #ffffff;
	background-color:#000;
}

body, table, td, tr {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;

	border:0;
}


p {
 padding:0;
 margin:0;
 margin-bottom: 15px;
 
 font-size: 0.75em;
}

a {
	color:fdd02c;
}
a:hover {
 text-decoration: none;
}

.more {
	background:#fff; padding: 4px; margin-top: 25px;
}
.more a { color: #000; font-size: 0.75em;}

div,td {
	/*border: 1px solid #fff;*/
}

div.textblock {
	position:absolute; top:45%;
	
	width: 220px;

	/*min-width: 200px;*/
}

div.textblock2 {
	position:relative;
	
	display: block;
	width: 500px;
	overflow-x: hidden;
	
	top: 100px;
	margin-bottom: 160px;
	/*overflow-x: hidden;*/
	/*min-width: 200px;*/
}

div.textblock3 {
	position:absolute; top: 200px;
}

#td1, #td2, #td3 {
	vertical-align: top;
}

#td1 {
	background: url('i/1td_patt.gif') repeat-x #000718;
}
#td2 {
	background: url('i/2td_patt.gif') repeat-x #000106;
}
#td3 {
	background: url('i/3td_patt.gif') repeat-x #0a0e10;
}