
body {
	margin: 10px;
	font: 12px/14px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url('images/splashimages/bg-cards-splash.jpg');
	background-repeat: no-repeat;
	background-attachment: none;
	background-position: center top;
	color: #000;
	text-align: center;
	height: 1200px;
}


a:link, a:active, a:visited, a:hover {
	color: #ff9900;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 800px;
	height: 1200px; 
/*	background-image: url('images/container-v4.png'); */
   	background-repeat: no-repeat;
}


#epk {

	position: absolute;
    left: 65px;
    top: 943px;
    width: 294px;
	height: 220px;
    overflow: hidden;
    color: #000;
    border: solid white 1px;
}

#merch {
	position: absolute;
    left: 425px;
    top: 450px;
    width: 300px;
	height: 300px;
    overflow: hidden;
    color: #000;
    font-family: Verdana, Georgia;
    font-size: 10px;
    text-align: left;
    line-height: 12px;
}



#d-cd {
	position: absolute;
        left: 79px;
        top: 900px;
     	overflow: no;
       }
       

#d-dvd {
	position: absolute;
        left: 150px;	/* was 225 */
        top: 900px;
     	overflow: no;
       }


#s-cd {
	position: absolute;
        left: 532px;	/* was 457 */
        top: 900px;
     	overflow: no;
	       }


#s-dvd {
	position: absolute;
        left: 603px; 
        top: 900px;
        overflow: hidden;
       }

#storebtn {
	position: absolute;
	left: 434px;
   	top: 1044px;
    overflow: hidden;
       }


#mainbtn {
	position: absolute;
	left: 516px;
   	top: 1107px;
    overflow: hidden;
       }



