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

#wrapper {
	width: 900px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #999;
}

#header {
	width: 900px;
	height: 100 px;
	background-color: #000;
}

#header_right {
	width: 900px;
	height: 100 px;
	background-color:#666;
	float:right;
	text-align: right;
}

#flash {
	width: 900px;
	height: auto;
	background-color: #666;
	clear: none;
	margin-top: 0px;
	z-index: 0;
}

#fuck {
	width:900px;
	height: 42px;
	z-index: 10;
	padding-top: 10px;
	margin-top: 0px;
	position: relative;
	padding-left: 0px;
	color: #FFF;
	background-color: #666;
	text-align: center;
	font-size: 11px;
}

#fuck a {color:#FFF;
text-decoration:none;
	
}

#fuck a:hover {color:#06F;
text-decoration:none;
	
}


#divWidth {
	height: 400px;
	width: 1200px;
	padding-left: 30px;
	background-color: #C00;
}

body {
	background-color: #000;
}

.fix{
clear:both;	
}

