/* BODY */


body, html {
background-color: #FFF;
margin-top: 0;
text-align: center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
}

/* MAIN CONTAINER DIV */

#container {
margin: 0 auto;
background-image: url('images/smcsqueeze1.jpg');
background-repeat: no-repeat;
background-position:center;
width: 1000px;
height: 642px;
}

/* BUTTONS */

#buybtn {
float: right;
margin: 295px 135px 0 0;
width: 218px;
height: 60px;
clear: both;
}

#video {
float: right;
margin: 35px 150px 0 0;
width: 237px;
height: 60px;
clear: both;
}

#enterbtn {
float: right;
margin: 115px 25px 0 0;
width: 158px;
height: 48px;
clear: both;
}

/* FOOTER DIVS */

#footer {
width: 100%;
margin: 0 auto;
clear: both;
}




/* TEXT STYLES */

.bluetxt {
	color: #4ac6de;
}

.greentxt {
	color: #99cc00;
}

.smalltxt {
	font-size: 10px;
	color: #000;
	font-weight: bold;
}