* {
	margin: 0;
	padding: 0;
	border: 0;
	outline:none;
	font-family: Arial, Helvetica;
	font-size: 15px;
	color: #6a6c6d;
}


html {
	width: 100%;
}

body {
   	background-color:#B6BDC7;
   	background-image:url('/images/page_bg.png');
   	background-repeat:repeat-x;
}

a {
	text-decoration:none;
}

#layout{  margin-top:44px;
}

#layout ul{    margin:auto;
    width:950px;	list-style-type: none;
}

#layout ul li{	float:left;
	padding-left:3px;
	padding-right:3px;
}

#developer{	position:absolute;
	width:96px;
	height:12px;
	right:0;
	bottom:0;
	margin:10px;
}

