* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    background-color: #000;
	background-image: url(../images/bg-fallback.jpg);
	background-position: center top;
	background-repeat: repeat-x;
    overflow: hidden;
}

#content {
    width: 100%;
    height: 100%;
	text-align: center;
}

#content a{
	display: block;
	height: 100%;
	text-indent: -4000px;
	width: 100%;
}

img {
	border: 0;
}