 /* hide from ie on mac \*/
html, body, #website {
   	border: 0px;
	margin: 0px;
    height: 100%;
	width: 100%;
    overflow: hidden;
}
/* end hide */
body {
	background: #FFFFFF;
    margin: 0px;  
	padding: 0px;
	font: 12px Arial, sans-serif;
	color:#333333;
}

a img {
	border:none;
}

#logo {
	width:200px;
	margin:30px auto;
}

#text {
	width:600px;
	margin:0 auto;
	text-align:justify;
}

