*
{
margin:0;
padding:0;
}



body
{
font-size:9pt;
color:#FFFFFF;
font-family:Tahoma;
}



#lefthalf {
   background: url(../images/bckl.png);
   width: 50%;
   position: absolute;
   left: 0px;
   height: 100%;
   z-index:1;
}


#righthalf {
   background: url(../images/bckr.png);
   width: 50%;
   position: absolute;
   right: 0px;
   height: 100%;
   z-index:1;
}


#container
{
margin:0 auto;
width:744px;
min-height:641px;
padding:29px 0 0 0px;
z-index:10;
position:relative;
background:url('../images/glow.png') no-repeat -50px -50px;
}

#intro object
{
margin-left:41px;
margin-top:20px;
}

#intro
{
margin-left:44px;
width:632px;
height:328px;
background:url('../images/shadows.png');
}

#logo
{
float:left;
width:222px;
height:56px;
background:url('../images/logo.png') no-repeat;
margin:50px 0 0 80px;
}

#logo a span
{
position:relative;
left:-10000px;
}

#logo a
{
display:block;
text-decoration:none;
width:222px;
height:56px;
}

#choose
{
padding:90px 0 0 0px;
text-align:center;
font-weight:bold;
font-size:8pt;
}

#footer
{
	margin-top:10px;
	text-align:center;
	font-size:8pt;
}

#footer a
{
color: #ffffff;
}

.clear
{
clear:both;
}
