* {
	margin: 0;
}
html, body {
	height: 100%;
	background-color:#0253c1;
}

.wrapper {
	min-height: 100%;
	height: 100%;
	margin: 0pt auto;
	text-align:center;
	width:900px;
}

.header {
	margin-top:0px;
	background-color:#FFFFCC;
	height:130px;
}

.news {
	float:left;
}


.myspace{
	float:right;
	}
	
.onlines{
	float:right;
	}


.content {
 	background-color:#000000;
 	height:auto;
	text-align:left;
}

.footer{
	height: 25px;
	background-color:#ffffff;
	text-align:center;
	font-size: 12px;
	font-family: verdana;
}

a img:hover {
    border: #000000 dashed 1px;
}

a img { border: 1px solid #000000; }	

