
@charset "utf-8";
* {
   margin : 0;
   padding : 0;
}

body {
   background-image : url('/images/bodybg.jpg');
   background-position : top left;
   background-repeat : repeat-x;
   background-color : #610a0a;
   color : #fff;
   font-family : Arial, Helvetica, sans-serif;
   font-size : 14px;
}

div#wrapper {
   width : 719px;
   background-color : #610a0a;
   margin-left : auto;
   margin-right : auto;
}

div#header {
   width : 721px;
   height : 170px;
   background-image : url('/images/header.jpg');
   border: 0;
}

div#headerDE {
   width : 721px;
   height : 170px;
   background: url('/images/header_de.jpg') no-repeat;
   border:0;
   text-align:center;
}

div#headerFR {
	width : 721px;
   	height : 170px;
   	background: url('/images/headerFR.jpg') no-repeat;
   	border:0;
   	text-align:center;
}

div#main {
   padding-bottom:15px;
   width:721px;
   height:500px;
}

div#right {
   width: 213px;
   float: right;
}

div#right .howtoplay{
   background-image:url('/images/howtoplay.jpg');
   widows:213px;
   height:335px;
}

div#right .howtoplayDE {
   background: url('/images/howtoplay_de.jpg') no-repeat;
   widows: 213px;
   height: 285px;
   font-size: 11px;
   color: #fff;
   padding-top: 50px;
   padding-left: 40px;
   padding-right: 20px;
}

div#right .howtoplayFR {
   background: url('/images/howtoplay_fr.jpg') no-repeat;
   height: 310px;
   padding-top: 20px;
}

div#right .howtoplayFR ul{
   widows: 213px;
   font-size: 11px;
   color: #fff;
   padding-left: 30px;
   padding-right: 20px;
   padding-top: 10px;
}

div#right .howtoplayFR h2 {
	font-family: Verdana;
	padding-left: 35px;
	font-size:16px;
	color: #ffee15;
}


.howtoplayDE li {
   margin-top: 20px;
}


.howtoplayFR li {
	margin-top: 20px;
}

div#right .jack {
   margin-top:10px;
   margin-left:40px;
   padding-bottom:20px;
}

div#left {
   width:508px;
   height:172px;
   float:left;
}

div#left .flash{
   float:left;
}

div#left .headers{
   width:508px;
   height:75px;
   background-image : url('/images/emailbg3.jpg');
   background-repeat:repeat-x;
   text-align:center;
   float:left;
   margin-top:-3px;
}

div#left .headers h1 {
   font-size : 30px;
   color : #ff8921;
   font-weight : bold;
   margin-left : 5px;
}

div#left .headers h2 {
   font-size : 30px;
   color : #fdc301;
   font-weight : bold;
   margin-left : 30px;
}

#headersDE h1 {
   font-size : 24px;
   color : #ff8921;
   font-weight : bold;
   padding-top: 10px;
   text-align:center;
}

#headersDE h2 {
   font-size : 23px;
   color : #fdc301;
   font-weight : bold;
   padding-top: 10px;
   text-align:center;
}

div#emailcollect {
   height : 75px;
   width : 508px;
}

#emailField {
   width : 300px;
   height : 20px;
   margin-top : 25px;
   margin-left : 100px;
}

input[type="checkbox"] {
   height : 18px;
   margin-top : 6px;
   margin-left : 100px;
}

#submit {
   margin-left:20px;
   background-image : url('/images/slotsplusbutton.gif');
   width : 458px;
   height : 135px;
   border : 0;
   cursor:pointer;
   margin-top:30px;
}

#submitDE {
   margin-left:20px;
   background: url('/images/slotsplusbutton_de.gif') no-repeat;
   width : 458px;
   height : 135px;
   border : 0;
   cursor:pointer;
   margin-top:30px;
}

#submitFR {
   margin-left:20px;
   background: url('/images/animated-buttonFR.gif') no-repeat;
   width : 458px;
   height : 135px;
   border : 0;
   cursor:pointer;
   margin-top:30px;
}


div#sep {
   background-image: url('/images/pixelline.jpg');
   background-repeat:repeat-x;
   width:720px;
   height:3px;
}

div#links {
   font-size : 11px;
   color : #ffffff;
   margin-top : 10px;
   margin-left : 10px;
}

div#disclaimer {
   font-size : 11px;
   color : #ffffff;
   margin-top : 10px;
   margin-left : 10px;
   width : 700px;
}

div#disclaimer p {
   color : #8f1111;
   font-size : 11px;
   margin : 5px;
   text-align : center;
}

a{color:#FFFFFF;}
a:hover{color:#FFFFFF;}
a:visited{color:#FFFFFF;}