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, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: 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 {
	background-color: #fff;
	color: #000;
	text-align: center;
	font-size: 20px;
	font-family: "proxima-nova-1","proxima-nova-2", Helvetica, Arial, sans-serif;
  
}

a:link, a:hover, a:active, a:visited {
	text-decoration: none;
	color: #000;
}

a.first {
	font-weight: 700;
}

ul#contents {
	width: 650px;
	margin: 0 auto;
	text-align: left;
	margin-top: 90px;
	margin-bottom: 90px;
	padding-left: 40px;
}

ul#contents li {
	margin-top: 40px;
	margin-bottom: 40px;
}

ul#contents li.first {
	margin-bottom: 50px;
}

h1 {
	width: 63px;
	height: 63px;
	font-size: 30px;
	background: transparent url(/images/brand/logo.png) center center no-repeat;
	padding-top: 5px;
	color: #000;
	margin-bottom: 90px;
	text-indent: -9999px;
	font-family: "proxima-nova-1","proxima-nova-2", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

div#end {
	width: 100%;
	background-color: #000;
	text-align: left;
	font-size: 16px;
}

div#end p {
	width: 650px;
	margin: 0 auto;
	text-align: left;
	padding-left: 40px;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}

div#end p a:link,div#end p a:visited,div#end p a:active  {
	text-decoration: underline;
	color: #fff;
}

div#end p a:hover {
	color: #ccc;
}


div#loading {
	position: fixed; 
	top: 0px; 
	left: 0px; 
	right: 0px; 
	bottom: 0px; 
	background: #fff url('/images/brand/logo.png') center center no-repeat; 
	display: block; 
	z-index: 99999; 
	display: none;
}

