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


/* ---------------
	Tag format 
--------------- */
body
{
	margin: 0;
	padding: 0;
	background: #000000;
	text-align: center;
}

body,
table,
tr,
td,
th{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
	color: #eeeeee;
	word-wrap: break-word;
	word-break: break-all;
}

form{ margin: 0; padding: 0; }

a{ outline: none; }
a:link,
a:visited{ color: #eeeeee; text-decoration: underline; }
a:focus,
a:hover,
a:active{ color: #999999; text-decoration: underline; }


/* ---------------
	Hacks
--------------- */

.fix:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.fix{ display: inline-block; }
/* Hides from IE-mac \*/
*html .fix{ height: 1%; }
.fix{ display: block; }
/* End hide from IE-mac */


/* ---------------
	base Layout 
--------------- */

.wrapper{ width: 935px; margin: 0 auto; text-align: left; }
.flawrapper{ width: 1000px; margin: 0 auto; text-align: left; overflow: hidden; }

#mainFla{ background: #000; height: 460px; margin-left: -140px; }



/* information etc... */
#disp { padding: 20px 0 0 0; }
#disp h2{ margin: 0 0 10px 0; padding: 0; font-size: 14px; line-height: 105%; }

#news{ width: 430px; float: left; }
#info{ width: 430px; float: right; }

#news .line,
#info .line{ margin-bottom: 5px; line-height: 125%; }
#news .line p,
#info .line p{ margin: 0; padding: 0; }
#news .line p.time,
#info .line p.time{ width: 80px; float: left; }
#news .line div.mess,
#info .line div.mess{ width: 345px;  float: right; }
#news .line div.mess p,
#info .line div.mess p{ }
#news .line div.mess div,
#info .line div.mess div{ color: #999999; }

.more{ text-align: right; }

/* footer */
#footer{ padding: 20px 0; }
#footer ul{ list-style: none; padding: 0; margin: 0; }
#footer li{ float: left; padding: 0; margin: 0 20px 0 0; }
#footer li#copy{ float: right; margin-right: 0; text-align: right; color: #777777; font-size: 10px; }
#footer a:link,
#footer a:visited{ color: #eeeeee; text-decoration: none; }
#footer a:focus,
#footer a:hover,
#footer a:active{ color: #999999; text-decoration: none; }



