body {
	background-color: #000033;
	text-align:center;
}

.white { 
	text-decoration:none;
	color:#FFFFFF;
}
.white14 { 
	text-decoration:none;
	color:#FFFFFF;
	font-size:14px;
}

table .white14 { 
	text-decoration:none;
	color:#FFFFFF;
	font-size:14px;
}
.yellow {
	color:#FFFF99;
	text-decoration:none;
}

.yellow14 {
	font-size: 14px; 
	color: #FFFF99;
	text-decoration:none;
	}
.yellowu {
	font-size: 14px; 
	color: #FFFF99;
	text-decoration:underline;
	}
.red14{
        color: #FF0000;
	font-size: 14px;
}

h2 { text-align:center;
color:#FFFF99;
}
#main {
        position: absolute;
		text-align:center;
        width: 65%;
        height:auto;
        top: 100px;
        right: 10%;
        bottom: auto;
        left: 250px;
		
      }
#entrance {
        position: absolute;
		text-align:center;
		top:170px;
        width: 60%;
		left: 20%;
		right:20%;
        height:auto;

      }	  
#leftmenu {
        position: absolute;
        width: 129px;
        height:auto;
        top: 120px;
        right: 0;
        bottom: auto;
        left: 40px;
		
      }
#promotion {
        position: relative;
        width: 60%;
		left: 0%;
		right: 40%;
        height:320px;
        bottom: auto;
		background-image:url(images/entrance.jpg);
		border-style: solid;
		border-top-style: solid;
		border-left-style: solid;
        border-width: thin;
		border-color: #FFFF99;		
		
      }		  


