
body {
	background-image: url('images/back.jpg'); 
	color: #2C2341;
	font-family: Verdana, sans-serif;
	margin: 20px 0 0 20px;
	padding: 0;
	background-color: #2B233F; 
	background-repeat: repeat-x; 
}

.topBar {
	width: 901px; height: 49px;
	background-image: url('images/fr_top.jpg'); 
	background-repeat: no-repeat;
}

.sideTopLeft {
	float: left;width: 58px; height: 192px; background-image:url('images/fr_topleft.jpg'); background-repeat:no-repeat; background-position-y:top
}

.sideTopRight {
	float: right;width: 58px; height: 192px; background-image:url('images/fr_topright.jpg'); background-repeat:no-repeat; background-position-y:top;
}

.sideMidLeft {
	width: 58px; height: 100%; background-image:url('images/fr_midleft.jpg'); background-repeat:repeat-y; background-position-y:top;overflow:auto;
}

.sideMidRight {
	width: 58px; height: 100%; background-image:url('images/fr_midright.jpg'); background-repeat:repeat-y; background-position-y:top;overflow:auto;
}
.footer {
	width: 901px; height: 49px;
	background-image: url('images/fr_top.jpg'); 
	background-repeat: no-repeat;
}
h2{
margin-top:-8px;padding-bottom:10px;z-index:0;
}

 
#mydiv {
	position:absolute;
	top: 50%;
	left: 50%;

	margin-top: -9em; /*set to a negative number 1/2 of your height*/
	margin-left: -15em; /*set to a negative number 1/2 of your width*/

}
