body {
	margin: 0;
	padding: 0;
	background-color: #b4b5b0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
}

/*p {
	margin-bottom: 11px;
}*/
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #999;
}

img {
	border: 0;
}

#wrapper {
	position: absolute;
	width: 854px;
	min-height: 583px;
	left: 50%;
	margin-left: -427px;
	margin-top: 50px;
	z-index: 100;
	padding: 7px;
}
#menu {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#menu ul li {
	float: left;
	margin-top: 250px;
	text-transform:capitalize;
	font-weight: bold;
	width: 300px;
	text-align: center;
}
a#info {
	color: #03e8d4;
}
a#work {
	color: #f64712;
}
a#links {
	color: #10f60d;
}
a#back {
	font-size: 15px;
	color: #f64712;
	float: right;
	margin-right: 65px;
	font-weight: bold;
}
#item-body {
	width: 854px;
}
.content-links {
	text-align: center;
}
#Bhome {
	font-size: 30px;
}
#Bhome #wrapper {
	background-image: url(../img/home.jpg);
	background-repeat: no-repeat;
}
#Bwork, #Blinks {
	font-size: 18px;
}
#Bwork #wrapper {
	background-image: url(../img/work.jpg);
	background-repeat: no-repeat;
}
#Blinks #wrapper {
	background-image: url(../img/links.jpg);
	background-repeat: no-repeat;
}
#Binfo {
	font-size: 24px;
}
#Binfo #wrapper {
	background-image: url(../img/contact.jpg);
	background-repeat: no-repeat;
}

