* {
		margin:0;
		padding:0;
		font-family:monospace;
		font-size:15px;
	}
	img.bernies{
		display:none;
	}
	body {
    background-image: url("img/hil.gif");
    background-repeat: repeat-y;
}
	.social{
		position:absolute;
		bottom:10px;
		right:10px;
	}
	.social-inner{
		float:left;
		padding-left:20px;
	}
	.twitt {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .play{
        width:200px;
        height:199px;
        position:absolute;
        margin:auto;
        top:0;left:0;right:0;bottom:0;
    }