/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
    font-size: 14px;
    font-family: Helvetica;
    color: #ccc;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

#message {
	position: absolute;
	left: 5px;
	top: 5px;
	color: white;
}

#content, #underlay {
    position: fixed;
    top: 50%; left: 50%;
    margin: -342px 0 0 -480px;
    font-family: Helvetica;
    line-height: 20px;
}

#underlay {
    border: solid 1px #3F3F3F;
    width: 960px; height:680px;
}

html, body {height: 100%}

body {
	background-color: black;
}

#noie {
	background-color: white;
	position: fixed;
    top: 50%; left: 50%;
	width: 1024px; height:684px;
    margin: -342px 0 0 -512px;
	text-align: center;
	padding-top:300px;
}

.hide {
	display: none;
}


#underlay {
    float: left;
    text-align: center;
    width: 960px;
    height: 680px;
}

#underlay img {
    vertical-align: middle;
    margin-bottom: 30px;
}

#underlay .inner {
    position: relative;
    top: 300px;
}

#likeButton {
    opacity: 0;
    margin-top: 200px;
    margin-bottom: 20px;
}

.fb-like {
    line-height: 8px;
    text-align:center;
}

.fb-like span {
    width: 50px !important;
    overflow: hidden;
    opacity: 0;
}

.twitter-follow-button {
	margin-left: 20px;
	opacity: 0;
}

a {
    color: white;
}