/* @override http://cake.localhost/css/layout.css */

body {
	margin: 0;
	font: 62.5% Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #000;
	
}

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

#home        
	{
	color: white;
	background-color: #000000;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	margin-top:20px;
	overflow: visible;
	visibility: visible;
	display: block;
	}

#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: transparent;
	margin-left: -50%;
	position: absolute;
	top: -310px;
	left: 50%;
	width: 100%;
	height: 620px;
	visibility: visible
	}
	
#tag 
{
	position: absolute;
	margin-top: 320px;
	color: #000;
	float: right;
	right: 10px;
	color: #666;
}

#toptag {
	color:#666666;
	float:right;
	margin-top:10px;
	position:absolute;
	right:10px;
}

#toptag a {
	font-size:13px;
}
/*
#admin {
	position: absolute;
	color:#fff;
	padding: 20px;
	opacity:.8;
	filter: alpha(opacity = 80);
	background: red;
	width: 100%;
	z-index: 30000;
	bottom: 0;
	left: 0;
	color: ;
}

#admin ul {
	margin: 0;
	padding: 0;
}

#admin li {
	padding: 0;
	list-style-type: none;
	float: left;
	margin:0 0 0 20px;
	font-size: 13px;
}

#admin a {
	color: #fff;
}

#admin a:hover {
	color: #000;
}
*/

