@charset "utf-8";
/* CSS Document */

* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100,01%;
	font-weight:bold;
	background:url(../images/bg.png) top left repeat;
	color:#CCC;
}

#all {
	position:absolute;
	width:202px;
	height:102px;
	left:50%;
	top:50%;
	margin-left:-101px;
	margin-top:-51px;
	background:url(../images/logo.png) top left no-repeat;
}
