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

@import url(clearfix.css);
* { outline:none;}

img { border:0; }

html, body { 
	width: 100%;
	height:100%;
}

body {
	margin:0;
	padding:0;
	font-family:Century gothic, Arial, Verdana, "Times New Roman";
	font-size:12px;
	color:#ffffff;
	background:url(/html/images/background.gif) repeat-x;
	background-color:#4e5259;
}

a{
	color:#ffffff;
}

a:hover{
	color:#ffffff;
}
