@charset "UTF-8";
/* CSS Document */

body {
    color:#000;
	font-family:"Times New Roman", Times, serif;   
    background-color: #fff;
	font-size:12px;
}

a {
    color:#0099CC;
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}

a img{
	border:none}

ul{
	margin:0;
	padding:0;}
	
li{
	margin:0;
	padding:0;}
	
	
#content{
	width:735px;
	height:395px;
	position:absolute; 
	top:50%; 
	left:50%; 
	margin-top:-240px; 
	margin-left:-367px;
	}

#alpha,#beta{
	float:left}
	
#content-footer{
	clear:both}
	
#menu ul li{
	list-style:none;}
	
#text{
	margin-top:15px;}
	
#menu{
	margin-top:150px;}
	
	
#content2 {
height:395px;
left:50%;
margin-left:-240px;
margin-top:-240px;
position:absolute;
text-align:center;
top:50%;
width:480px;
}
	

/* hack */

#content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}





