@charset "utf-8";
/* CSS Document */

/* 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/giasqueezeflat.jpg');
background-repeat: no-repeat;
background-position:center;
width: 1000px;
height: 642px;
}

/* BUTTONS */

#buybtn {
float: right;
margin: 235px 125px 0 0;
width: 218px;
height: 60px;
clear: both;
}

#video {
float: right;
margin: 100px 35px 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: #62a2c8;
}

.greentxt {
	color: #99cc00;
}

.smalltxt {
	font-size: 10px;
	color: #000;
	font-weight: bold;
}