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

* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:980px;
}
body{
	background:#FFFFFF;
	text-align:center;
}

#logo{
	margin-bottom: -10px;
	margin-top: 10px;
}
