/*
Designed by the Madhatter
Madhattersays.com
Description: Music Wins
*/

/*Resets*/
@import url('resets.css');



/*LAYOUT CSS, YO*/

body{
background: #000 url("../images/splash.jpg") no-repeat left top;
}

.container{
width: 1160px;
height: auto;
background: #FFF;
}

#enter{
width: 400px;
height: auto;
background: none;
float: right;
margin-right: 270px;
margin-top: 410px;
}


