* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	color:#103C8C;
	font-family: Verdana;
	overflow: hidden;
	background-color:CEBB7E;
	font-weight:bold;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
	background-color:CEBB7E;
}


#tab {
	width: 200px;
	height: 36px;
	background: url(images/tab-bg.png) no-repeat;
	position: absolute;
	z-index: 9999;
	top: 0px;
	left: 50px;
}