html {
	font-size: 62.5%;
}
body {
	font: 15px Arial, sans-serif;
	color:#333; 
	background: #fff !important;
}
a, a:link, a:visited, a:active {
	color: #333; 
	text-decoration: underline;	
}
a:hover {
	text-decoration: none;
}
#wrapper {	
	margin:100px auto;
	width:600px;
}
#logo,#text-closed {
	display:block;
	text-align: center;
	margin:0 0 20px 0;
}
#logo img {
	border:none;
}