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

body {
	background-color: #150f0a;
	background-image: url(images/miller_miller_bg.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0;
}

#burst {
	width: 472px;
	height: 288px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -236px;
	/* Half the width of the DIV tag */
	margin-top: -144px;
	/* Half the width of the DIV tag */
}

img, div, input { behavior: url(ie_fixes/iepngfix.htc) }