﻿* {
    margin: 0;
    padding: 0;
}

body { 
    margin: 0; 
	font-family: Georgia, Times,serif;;
	font-size: 18px;
	font-style: italic;
/*    background: #fff6bf;*/
    padding: 20px;
    color: 	#333333;
/*	text-shadow:0 1px 0 #000;*/
	height: 100%;
}

.wrap {
	display:block;
	position: absolute;
	width: 1000px;
	top:0;
	left:0;
	padding: 28px;
	padding-top: 110px;
	z-index: 99;
}

#logo {
	display:block;
	position: absolute;
	top:40px;
	left:40px;
}

.box {
	margin-right: 10px;
	margin-bottom: 10px;
}

.sec {
	background-color: #FEF241;
	padding-right:5px;
}

.more {
	font-size: 12px;
}

.time {
	font-size: 10px;
}

a {
    color: #333;
    text-decoration: none;	
}


#footer {
	
	width: 200px;
	margin-left: 30px;
}
.rest {
	background-color: #000;
	color: #fff;
	font-size: 18px;
}

.restmore {
	font-size: 12px;
}

.rest a {
	color: #fff;
	font-style: italic;
}

/*#fade {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-image: url('req/bg.png');
}

#fade:hover {
	background-image: none;	
}*/


/*
.twit {
	border-bottom: 1px solid #F30;
}

.twit a {
	font-size: 8pt;
	font-style: normal;
}

.del {
	border-bottom: 1px solid #0C3;;
}

.time {
	font-size: 7pt;
	margin-left: 2px;
}

.sec {
	margin-right: 10px;
	line-height: 30px;
}



.high {
	color: #FFF;	
}*/
