@charset "utf-8";
* {margin:0;}
body {
	background-color: #e9b820; 
}
#logobox {
    height: 103px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
}
#logo {
    height: 126px;
    width: 294px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(images/Rewind_n_Groove_logo_main.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
#coming-soon {
	margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(images/poster2.jpg);
    height: 763px;
    width: 559px;
    background-repeat: no-repeat;
}
#croft {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(images/croft2.png);
    height: 163px;
    width: 177px;
    background-repeat: no-repeat;
}
#bigger {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(images/bigger2.png);
    height: 74px;
    width: 170px;
    background-repeat: no-repeat;
}
#ig {
    margin-top: 9px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(images/ig2.png);
    height: 124px;
    width: 147px;
    background-repeat: no-repeat;
    margin-bottom: 24px;
}
#footer {
	height: 20px;
	width: 230px;
	right: 0px;
	bottom: 0px;
	color:#777;
	text-transform:uppercase;
	font-size:11px;
	margin:auto;
}
#footer a{
	color:#777;
	text-decoration:none;
}
#footer a:hover{
	color:#777;
	text-decoration:underline;
}