@CHARSET "ISO-8859-1";

*{
	color:white;
	font-family:verdana;
}

a{
	text-decoration:none;
	font-size:10px;	
}

html,body{
	height:100%;
	overflow:hidden;
	margin:0px;
}

#editor{
	width:100%;
	height:100%;
}

body{
	background-color:#060707;
	background-image: url('img/carbon-tile.gif');
	background-repeat: repeat-x;
}
#navigation{
	width:300px;
	float:left;
	padding:0px;
	margin:0px;
	list-style:none;
}
#content{
	width:600px;
	margin-left:20px;
	float:left;
}