body {
	background-color: #BDCBDF;
	font-family: Arial, Helvetica, sans-serif;
}


#blue_repeat {
	position: relative;
	bottom:0px;
	width: 760px;
	height: 100%;
	z-index: 1;
	background: url(assets/bg_repeat.jpg) repeat-y;
}

#repeat {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 151px;
	background: url(assets/ttw_repeat.jpg) repeat-x;
	z-index: 2;
}


#repeat2 {
	position: absolute;
	top: 0px;
	width: 100%;
	right: 0px;
	height: 151px;
	background: url(assets/ttw_repeat.jpg) repeat-x;
	z-index: 2;
}

#header {
	position: absolute;
	top: 11px;
	left: 10px;
	width: 99%;
	height: 119px;
	z-index: 3;
}


#menu {
	position: absolute;
	top: 129px;
	left: 10px;
	width: 99%;
	height: 119px;
	z-index: 4;
}


#content {
	position: absolute;
	top: 158px;
	left: 0px;
	width: 99%;
	z-index: 4;
}


#blue_repeat_2 {
	position: relative;
	bottom:0px;
	width: 760px;
	height: 100%;
	z-index: 1;
	background: url(assets/bg_repeat.jpg) repeat-y;
}