@charset "utf-8";
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, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, input, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
fieldset { position: relative; }
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* RESET */
div.clr { position: relative; display: block; float: none; clear: both; left: 0px; top: 0px; width: 1px; height: 0px; margin: 0px; padding: 0px; overflow: hidden; visibility: hidden; }

/* FONT -------------------------------------------------------------- */
@font-face {
    font-family: 'Futura';
    src: url('../font/futurace-book_0-webfont.eot');
    src: url('../font/futurace-book_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/futurace-book_0-webfont.woff') format('woff'),
         url('../font/futurace-book_0-webfont.ttf') format('truetype'),
         url('../font/futurace-book_0-webfont.svg#FuturaCEBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaBold';
    src: url('../font/futurace-book-bold_0-webfont.eot');
    src: url('../font/futurace-book-bold_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/futurace-book-bold_0-webfont.woff') format('woff'),
         url('../font/futurace-book-bold_0-webfont.ttf') format('truetype'),
         url('../font/futurace-book-bold_0-webfont.svg#FuturaCEBookBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* BODY -------------------------------------------------------------- */
html, body { height: 100%; }

body {
	background: #000;
	color: #fff;
	font-family: 'Futura';
	text-decoration: none;
	font-size: 18px;
	line-height: 24px;
}

a, a:hover { text-decoration: none; }

a {
	font-family: 'FuturaBold';
	color: #fff;
}

p { margin-bottom: 20px; }

div.stuff {
	width: 870px;
	margin: 0 auto;
	padding: 50px;
}

div.stuff2 {
	width: 302px;
	height: 104px;
	margin: 0 auto;
	padding-top: 150px;
}

div.logo {
	width: 302px;
	height: 104px;
	float: left;
	display: block;
}

div.about {
	width: 475px;
	float: right;
	display: block;
}

div#likebutton {
	clear: both;
	margin-top: 20px;
}

div.work {
	margin-top: 50px;
}

div.work p {
	font-family: 'FuturaBold';
	text-align: center;
}

div.work ul li {
	float: left;
	display: block;
	margin: 28px 28px 0 0;
}