* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000;
}

body.bgred {
    background: url(img/bg.gif) repeat-x left 25px #000000;
}

div#preview {
	position: absolute;
	width: 960px;
	height: 880px;
	margin: 0px 0px 0px -480px;
	left: 50%;
}


