html, body, div, p, form, fieldset, table, td, tr, h1, h2, h3, h4, h5, h6, ul, li, img, a, textarea
{
    border:                 0px;
    padding:                0px;
    margin:                 0px;
    border-spacing:         0px;
    font-family:            "Source Sans Pro", Verdana, Arial, sans-serif;
    font:					"Source Sans Pro";
    font-weight:            normal;
    font-size:              12px;
    color:                  #000;
    outline:                0 none;
	line-height:			1.2;
}

:focus
{
	-moz-outline-style: none;
}

html, body {
    margin:                 0;
    padding:                0;
    border:                 0;
	height:					100%;
}

body
{
    height:					100%;
	background-color:		#000;
	color:					#fff;
}

#content
{
	text-align:				center;
	color:					#fff;
	font-size:				56px;
	line-height:			2;
	padding-top:			15px;
	font-weight:			200;
	word-spacing:			30px;
}

#content *
{
	font-size:				inherit;
	
}

#content a.link
{
	color:					inherit;
	font-size:				inherit;
	font-weight:			inherit;
	text-decoration:		none;
	word-spacing:			normal;
}

#title
{
	color:					#fff;
	font-size:				12px;
	font-weight:			200;
	padding-left:			10px;
}
#title a
{
	color:					inherit;
	font-size:				inherit;
	font-weight:			inherit;
	text-decoration:		none;
	word-spacing:			normal;
}

div.footer
{
	text-align:				center;
	font-size:				12px;
	color:					#bbbb;
	padding-top:			30px;
}

div.footer a
{
	color:					inherit;
	font-size:				inherit;
	font-weight:			inherit;
	text-decoration:		underline;
	word-spacing:			normal;
}