body {
	background:url(../images/main1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;	
}
#wrapper{
	margin: auto;
	width: 900px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	
}
#navbar {
	margin:0;
	padding:5px;
	background:#000033;
	height:50px;
	border-radius:4px;
	border:#878787 solid 1px;
	
}
#navbar li {
	list-style:none;
	float:right;
	margin:2px;
	min-width:100px;
	text-align:center;
	font-size:36px;
	padding:8px;
	border-left:#494848 solid 1px;
	border-right:#494848 solid 1px;
	
	
}

#navbar li a{
	text-decoration:none;
	color:white;
	
}

#navbar li a:hover{
	color: #636363;
	text-shadow: 1px 1px 1px #B7B7B7;
	text-align: right;
}

#contentMenu {
	margin-top:30px;
	width:100%;
	border-radius:4px;
	border:#878787 solid 1px;
	min-height:550px;
	background:#FFF;
}
#contentIos {
	margin-top:30px;
	width:100%;
	border-radius:4px;
	border:#878787 solid 1px;
	min-height:900px;
	background:#FFF;
	padding:15px
}
#contentEval {
	margin-top:30px;
	width:100%;
	border-radius:4px;
	border:#878787 solid 1px;
	min-height:900px;
	background:#FFF;
}
#contentJail {
	margin-top:30px;
	width:100%;
	border-radius:4px;
	border:#878787 solid 1px;
	min-height:900px;
	background:#FFF;
	padding:15px;
}
#contentRef {
	margin-top:30px;
	width:100%;
	border-radius:4px;
	border:#878787 solid 1px;
	min-height:900px;
	background:#FFF;
	padding:15px;
}
#footer{
	margin-top:10px;
	border-radius:4px;
	border:#878787 solid 1px;
	min-height:250px;
	background:#2B2B2B;
}
.footerdiv {
	width:260px;
	float:left;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	color:#999;
}
.contenterte{
	text-align:left;
	margin:0px;
	padding:5px;
	border-radius:0 0 3px 3px;
	color:#CCC;
	font-size:12px;
	background:#323232;
	min-height:100px;
}
.contenterte ul{
	margin:0;
	padding:0;
}
.contenterte li{
	list-style:none;
	font-size:16px;
	padding:3px;
}
.contenterte li a{
	color:#7A7A7A;
	text-decoration:none;
}
#follow li{
	float:left;
}
.picfollow{
	width:40px;
	height:40px;
	margin:3px;
}
