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

html{
height:100%;
}

.body{
	margin:0px;
	height:100%; 
	text-align:center; 
	background:url(background.gif) repeat-x #cdcbcc; 
	font-family:Arial, Helvetica, sans-serif; 
}

#mainlink{
	color:#d6add6;
	cursor: hand;
	cursor:pointer;

}

#mainlink:hover{
	color: #78789e;
	cursor: hand;
	cursor:pointer;
	

}


