


* {
	padding: 0;
	margin: 0;
	border: 0;
	}

html, body {
	height: 100%;
	width: 100%;
	background: #490748 url(http://cdn.media.zylom.com/images/site/minisites/game/55/image/bg_smallbg.jpg) left top repeat;
	}

/* ---------------------------------------------------------------*/
/*                                                                */
/* layout                                                         */
/* ---------------------------------------------------------------*/

div#container {
	position: relative;
	display: block;
	clear: both;
	width: 851px;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	background: transparent;
	}

div#head {
	position: relative;
	display: block;
	clear: both;
	height: 605px;
	width: 851px;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	}

div#body {
	position: relative;
	display: block;
	height: auto;
	width: 851px;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(http://cdn.media.zylom.com/images/site/minisites/game/55/image/bg_framerepeat.jpg) center top repeat-y;
	}
	div#counter {
		position: absolute;
		display: none;
		height: 194px;
		width: 195px;
		top: 109px;
		left: 618px;
	}
	div#downloadnow {
		position: absolute;
		display: block;
                height: 112px;
                width: 226px;
		top: 365px;
		left: 312px;
                text-align: center;
		}
                div#daysleft {
                    position: absolute;
                    display: block;
                    height: 20px;
                    width: 60px;
                    top: 114px;
                    left: 66px;
                    text-align: center;
                    }
         div.description {
		position: absolute;
		display: block;
		height: 133px;
		width: 430px;
		top: 251px;
		left: 140px;
	}
	div.reasons {
		position: absolute;
		display: block;
		height: 80px;
		width: 322px;
		top: 511px;
		left: 310px;
	}
/* ---------------------------------------------------------------*/
/* start boxes                                                    */

	div#box_screens, div#box_wallpaper, div#box_sweepstakes, div#box_zylom {
		position: relative;
		display: block;
		height: auto;
		width: 735px;
		top: 0px;
		left: 0px;
		margin-left: 57px;;
		margin-right: 57px;
		margin-bottom: 20px;
		background: transparent;
		}
	div#box_zylom {
		margin-bottom: 0px;
		}
		div#box_screens .box_top {
			height: 65px;
			}
		div#box_screens .box_body {
			height: auto;
			min-height: 140px;
			background: transparent url(http://cdn.media.zylom.com/images/site/minisites/game/55/image/bg_boxone_body.jpg) center top no-repeat;
			}
		div#box_screens .box_bottom {
			height: 10px;
			background: transparent url(http://cdn.media.zylom.com/images/site/minisites/game/55/image/bg_boxone_bottom.jpg) center top no-repeat;
			}

		div#box_wallpaper .box_top {
			height: 69px;
			}
		div#box_wallpaper .box_body {
			height: auto;
			min-height: 140px;
			background: transparent url(http://cdn.media.zylom.com/images/site/minisites/game/55/image/bg_boxtwo_body.jpg) center top no-repeat;
			}
		div#box_wallpaper .box_bottom {
			height: 10px;
			background: transparent url(http://cdn.media.zylom.com/images/site/minisites/game/55/image/bg_boxone_bottom.jpg) center top no-repeat;
			}

		div#box_sweepstakes .box_top {
			height: 69px;
			}
		div#box_sweepstakes .box_body {
			height: auto;
			min-height: 140px;
			background: transparent url(http://cdn.media.zylom.com/images/site/minisites/game/55/image/bg_boxthree_body.jpg) center top no-repeat;
			}
		div#box_sweepstakes .box_bottom {
			height: 10px;
			background: transparent url(http://cdn.media.zylom.com/images/site/minisites/game/55/image/bg_boxthree_bottom.jpg) center top no-repeat;
			}

		div#box_zylom .box_top {
			height: 69px;
			}
		div#box_zylom .box_body {
			height: 310px;
			min-height: 140px;
			background: transparent url(http://cdn.media.zylom.com/images/site/minisites/game/55/image/bg_boxfour_body.jpg) center top no-repeat;
			}
		div#box_zylom .box_bottom {
			height: 10px;
			background: transparent url(http://cdn.media.zylom.com/images/site/minisites/game/55/image/bg_boxone_bottom.jpg) center top no-repeat;
			}

/* stop boxes                                                     */
/* ---------------------------------------------------------------*/

div#footer{
	position: relative;
	display: block;
	height: 99px;
	width: 851px;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	background: #cfc url(http://cdn.media.zylom.com/images/site/minisites/game/55/image/bg_framebottom.jpg) center top no-repeat;
	}
	div.onlinegames {
		position: absolute;
		display: block;
		height: 293px;
		width: 327px;
		top: 76px;
		left: 26px;
	}
	div.deluxegames {
		position: absolute;
		display: block;
		height: 293px;
		width: 327px;
		top: 76px;
		right: 26px;
	}

.floatleft {
	display: block;
	float: left;
	clear: left;
	}
.floatright {
	display: block;
	float: right;
	clear: right;
	}


/* ---------------------------------------------------------------*/
/*                                                                */
/* clearfix                                                       */
/* ---------------------------------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


