body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #f5f5f5 /* image color bg: */;
	color: #333;
	}
	
a, a:visited  {
        text-decoration: none;
        color: #273235;
	}

a:hover {
        text-decoration: underline;
        color: #F26522;
}

#centerContain {position: absolute; margin-left: -512px; padding: 0px; width: 1024px; height: 768px; top: 0px; left: 50%; background-image: url('images/bg_v01.jpg');}


#mainMenuPos {position: absolute; margin: 0px 0px; padding: 0px; width: 244px; height: 36px; top: 494px; left: 142px;}
#mainMenu {position: relative; margin: 0px 0px; padding: 0px; width: 244px; height: 36px; background: url(images/reelButton.gif)}
#mainMenu li {position: absolute; top: 0px; display: block; list-style: none;}
#mainMenu a {display: block;}
#mainMenu #prfBut,#mainMenu #prfBut_here {top: 0px; left: 0px; width: 148px; height: 36px; z-index: 2;}
#mainMenu #vfxBut,#mainMenu #vfxBut_here {top: 0px; left: 150px; width: 94px; height: 36px;}
#mainMenu #prfBut a {height: 36px;}
#mainMenu #vfxBut a {height: 36px;}

#mainMenu #prfBut a:hover{background: url(images/reelButton.gif) -0px -74px no-repeat;}
#mainMenu #prfBut_here {background: url(images/reelButton.gif) -0px -37px no-repeat;}
#mainMenu #vfxBut a:hover {background: url(images/reelButton.gif) -150px -74px no-repeat;}
#mainMenu #vfxBut_here  {background: url(images/reelButton.gif) -150px -37px no-repeat;}

#reelContainer {position: absolute; margin: 0px 0px; padding: 0px; width: 720px; height: 400px; top: 94px; left: 142px;}

	
#myInfoMenu {position: absolute; margin: 0px 0px; padding: 0px; width: 143px; height: 265px; top: 94px; left: 30px;}

#myInfoMenu h2 {
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	font-weight: normal;
        }

#myInfoMenu h3 {
	font-size: 1.0em;
	margin: 5px 0 0;
	padding: 0;
	font-weight: normal;
        }

#myInfoMenu ul, #myInfoMenu ul ol {
	margin: 0;
	padding: 0;
	}

#myInfoMenu ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}
#myInfoMenu ul ul li {
margin: 0 10px 0;
padding: 0px;
}