body {
	margin :  0px;
	padding:  0px;
}

#board {
	position: absolute;
	top   :  50%;
	left  :  50%;
	width : 700px;
	height: 400px;
	margin-left: -350px;
	margin-top : -200px;
	background-image: url(../images/bgBoard.jpg);
}

#menu {
	position: absolute;
	bottom: 15px;
	right :  5px;
	font-family: Verdana;
	font-size  :  80%;
	list-style : none;
}
#menu li {
}
#menu li a {
	text-decoration: none;
	color : #FFFFFF;
}
#menu #opt1 { position: relative; left:  0px; }
#menu #opt2 { position: relative; left: -5px; }
#menu #opt3 { position: relative; left:-10px; }
#menu #opt4 { position: relative; left:-15px; }
#menu #opt5 { position: relative; left:-20px; }

#cont {
	position: absolute;
	top   :  10px;
	left  :   0px;
	width : 525px;
	background-image   : url(../images/bgCont.jpg);
	background-repeat  : repeat-y;
	background-position: top left;
}
#cont #head {
	position: relative;
	top   :   0px;
	left  :   0px;
	width : 525px;
	height: 100px;
	background-image   : url(../images/icoManHat.jpg);
	background-repeat  : no-repeat;
	background-position: top left;
}
#cont #foot {
	position: relative;
	top   :   0px;
	left  :   0px;
	width : 525px;
	height:   5px;
	background-image   : url(../images/bgContB.jpg);
	background-repeat  : no-repeat;
	background-position: top left;
}
#cont h1 {
	width : 450px;
	font-family: Verdana;
	font-size  :  80%;
	margin:  10px   0px   5px  35px;
	color : #FF7733;
}
#cont h2 {
	width : 450px;
	font-family: Verdana;
	font-size  :  80%;
	margin:  10px   0px   5px  35px;
	color : #FF7733;
}
#cont p {
	width : 450px;
	font-family: Verdana;
	font-size  :  75%;
	margin:   0px   0px   5px  35px;
	color : #FFFFFF;
}
#cont p a {
	color : #FFFFFF;
}
#cont #foot span {
	display: none;
}
