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

body{
	background-color:#3f474c;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:14px;
	background-position:center;
	background-attachment:fixed;
}

a.hover{color:#a4adaf;}
a, p {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:14px;
}