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

/* Add background and top center it */

body {
background: #010a07 url(rock/images/main_BG.jpg) no-repeat top center;
}

div.container {
width: 1125px;
margin: auto;
padding-top: 700px;
}

div span img {
position: relative;
left: 530px;
}

#flyer {
position: relative;
margin: auto;
top: -530px;
width: 580px;
height: 380px;
background-color: black;
text-align: right;
/*padding: 5px;*/
-moz-border-radius: 15px;
border-radius: 15px;
}

.white_text {
color: white;
font-family: Arial, Helvetica, Verdana;
font-size: 12px;
display: block;
margin: 5px 0 0 0;
padding: 7px 12px 0 0;
}
