@font-face {
	font-family: 'LondonTube-MABx';
	src: url('LondonTube-MABx.ttf');
	font-weight: normal;
	font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    background: #fffefc;
    color: #161300;
    font-family: LondonTube-MABx, Helvetica, serif;
}

div#container {
    width: 920px;
    margin: 0 auto;
}

p {
    margin: 0 0 5px;
    padding: 0;
}

a:link,
a:visited {
    color: #ca251f;
    text-decoration: none;
}
a:hover,
a:active {
    color: #ff0000;
    text-decoration: underline;
}
a img {
	border: none;
}
p#answer {
    margin: 80px 0 0;
    padding: 0;
    height: 258px;
    overflow: hidden;
    font: bold 288px/288px LondonTube-MABx, Impact, Helvetica, Arial, sans-serif;
    color: #e86a0f;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}
p#answer strong {
	font-weight: normal;
}
hr {
    color: #161300;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 385px;
    height: 50px;
    border: 0;
    background: #161300;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}
.yes hr {
    width: 385px;
}
.no hr {
    width: 832px;
}
h2 {
    padding-top: 42px;
}
p#comment {
    margin:102px 0 0;
    padding: 0 0 22px;
    text-align: center;
    font-style: italic;
    font-size: 0.8em;
    text-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
.yes p#comment {
    margin-top: 0px;
}
p#count {
    margin: 102px 0 0;
    padding: 0 0 12px;
    line-height: 20px;
    height: 24px;
    text-align: center;
    font-size: 1.5em;
}
.no p#count {
    margin-top: 20px;
}
a#badge {
    display: block;
    position: absolute;
    top: -15px;
    right: 0;
    width: 129px;
    height: 128px;
}

iframe#like {
    margin: 0 auto;
    border: none;
    display: block;
    overflow: hidden;
    height: 45px;
    width: 225px;
}
p#tweet {
    margin: 0 auto;
    width: 110px;
}

p#footer {
    padding: 102px 0 20px;
    text-align:right;
    font-size: 0.9em;
}