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

/* ------------------------------------ Resets ------------------------------------ */

html {
	height:100%;
}

body {
	padding:0;
	margin:0;
	height:100%;
}

h1,h2,h3,h4,h5,h6,ul,li,em,strong,pre,code,dl,dt,dd {
	padding:0;
	margin:0;
	line-height:1em;
	font-size:100%;
	font-weight:normal;
	font-style: normal;
}

table { 
	font-size:inherit;
}

ul { 
	list-style:none;
}

img {
	border:0;
}

p {
	margin:1em 0;
}

/* ------------------------------------ Default Layout ------------------------------------ */

body {
	background:#1b1b1b;
	font-family:Helvetica,Arial,sans-serif;
	font-size:14px;
	color:#333333;
}

#wrapper {
	width:960px;
	margin:0 auto;
}

a {
	text-decoration:none;
}

p {
	letter-spacing:0.5px;
	line-height:1.4em;
}

.sup {
	font-size:0.8em;
	position:relative;
	bottom:0.3em;
}

/* ------------------------------------ HOLDING PAGE ------------------------------------ */

table {
	height:100%;
	width:98%;
}

tr {
	vertical-align:middle;
}