html, body, #mb {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow :hidden;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	
}
#mb #menu ul
{
}
#mb #menu ul
li{
	display: block;
	list-style-type: none;
	width: 100px;
	color: #FFF;
	background-color: #333;
	float: left;
}

#mb #menu ul li a
{
	color: #FFF;
	text-decoration: none;
	margin-left: 10px;
	font-weight: bold;
	margin-right: 10px;
}


#noPlug {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 150px;
}

img
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

