@import url("layout.css");

/*
@author: Andreea Mircea
@copyright: Copyright 2008 Anemdesign
*/

/* ################################### FUNDAMENTAL ELEMENTS ######################################
################################################################################################ */
* {
	margin:0px;
	padding:0px;
}
html{
	height: 100%;
}
body{
	background:#000;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	height: 100%;	
}

a{
	text-decoration:none;
	color:#fff;
	outline:none;
}
a:hover{
	text-decoration:none;
	color:#6e0d1f;
}
p{
	margin:15px 0px;
}


