* { 
	margin: 0; 
	padding: 0; 
	}

body {
	background: #fff;
	font: 12px 'Trebuchet MS', 'Lucida Grande', Verdana, Tahoma, Arial;
}

a { 
	color: #0078cc; 
	text-decoration: none; 
	}
	
a:hover { 
	color: #1199ff; 
	}

#box{
	width:300px;
	height:150px;
	left:50%;
	top:50%;
	margin:-75px 0 0 -150px;
	position:fixed;
	text-align: center;
}

