@charset "utf-8";

/* --- general styles --- */

body {
	background: url(media/images/updateBg.png) repeat;
}

* {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

div#main {
	width: 534px;
	height: 487px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -267px;
	margin-top: -243px;
}