
/* CSS Document */

body, table, div, img, p, h1, h2, h3 {
	padding:0;
	margin:0;	
}

body {
	background: url(../graphics/background.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

#holding-logo {
	width:840px;
	height:155px;
	margin:auto;
	margin-top:100px;
	margin-bottom:20px;
	background:url('../graphics/logo.png') top right no-repeat;
	text-indent:-99999px;
}

#new-album {
	width:840px;
	height:500px;
	margin:auto;	
}

#facebook-like {
	position:absolute;
	bottom:20px;
	left:20px;	
}