/* CSS Document */

 #global {
     position: relative; /* container positioning */
     margin-left: auto;
     margin-right: auto;
     width: 960;
     text-align: left;
     }
	 
	 
	 body {
     margin: 0; /* to avoid margins */
     text-align: center; /* to correct the centering IE bug*/
	 background-color: #3399CC; 
	 
     }
	 
	 iframe {
     border: 0px solid #ffffff;
     }

#indexsketch-01 {
	position:absolute;
	background-image: url(images/indexsketch_01.jpg); 
	background-repeat: no-repeat;
	left:0px;
	top:0px;
	width:292px;
	height:596px;
}

#indexsketch-02 {
	position:absolute;
	left:292px;
	top:0px;
	width:668px;
	height:100px;
}

#indexsketch-03 {
	position:absolute;
	background-color: #fff;
	left:292px;
	top:100px;
	width:449px;
	height:408px;
}

#indexsketch-04 {
	position:absolute;
	left:741px;
	top:100px;
	width:219px;
	height:408px;
}

#indexsketch-05 {
	position:absolute;
	background-image: url(images/indexsketch_05.jpg); 
	background-repeat: no-repeat;
	left:292px;
	top:508px;
	width:478px;
	height:88px;
	z-index: 2;
}

#indexsketch-06 {
	position:absolute;
	left:770px;
	top:508px;
	width:190px;
	height:88px;
}

#indexsketch-07 {
	position:absolute;
	background-image: url(images/indexsketch_07.jpg); 
	background-repeat: no-repeat;
	left:0px;
	top:596px;
	width:960px;
	height:144px;
}

.rules {
padding-left: 25px;
font-size: 10px;
font-family: Arial, sans-serif;
font-weight: bold;
color: #996600;
}


