@charset "UTF-8";
/* CSS Document */

body {

padding:0px;
margin:0px;
background-image:url(../images/blackbackground.jpg);
background-repeat: repeat;
background-attachment: fixed;
}

.container {
position:absolute;
left:50%;
top:50%;
width: 900px;
height: 560px;
margin-left:-450px;
margin-top:-280px;
background-image: none;
background-repeat:no-repeat;
background-color:#000000;
}

