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

/* CSS RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 98%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height:normal;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* BODY DEFINITIONS */

body {
	color:#fff;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
}

.page-bg {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:-5000;
}

#header-wrapper {
	margin:30px 30px 0 30px;
	overflow:hidden;
}

#wrapper {
	width:40%;
	color:#fff;
	background: rgb(0, 0, 0); /* FOR BROWSERS THAT DON'T SUPPORT RGBA TRANSPARENCY */
	background: rgba(0, 0, 0, 0.4);
	padding:30px;
	margin:0;
}

h1 {
	font-size:3.0em;
}

h2 {
	font-size:1.5em;
}

h3 {
	font-size:1.2em;
}

a {
	color:#ccc;
	background-color:transparent;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.smaller5em {
	font-size:.5em !important;
}

.bm10px {
	margin-bottom:10px;
}

.bm20px {
	margin-bottom:20px;
}

.bm30px {
	margin-bottom:30px;
}

.bm40px {
	margin-bottom:40px;
}