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

/* RESET */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, blockquote, th, td { margin: 0px; padding: 0px; }
html, body { height: 100%; margin: 0px 0px 1px; } /* Forces vertical scroll bars on shorter pages */
a img { border: none; }
table { border-collapse: collapse; }

/* PAGE ELEMENTS */

body {
	background-color: #21201f;
	margin: 0px;
	padding: 0px;
}
#closeThis {
	position: absolute;
	top: 0px;
	left: 288px;
}

