/* ----------------------------------------------------------------- */
/* Tag section */
	body{
		margin:auto;
		background-color:black;
	}
	
	div.wdt2 fieldset{
		border:0;
	}

	div.wdt img{
		vertical-align:middle;
	}

	h2{
		font-size:20px;
	}
	
	a{
		color:white;
		text-decoration:none;
	}

/* ----------------------------------------------------------------- */
/* Class section */
	/* --------------------------------------------------------- */
	/* Top Bar */
	.topbar{
		margin:0;
		height:75px;
		background-image:url(img/background01.jpg);
	}

	/* Logo */
	.logo{
		float:left;
		width:265px;
		height:75px;
	}

	.search{
		float:right;
		height:75px;
		width:190px;
		position:absolute;
		left:73%;
		color:white;
	}

	.wdt{
		float:left;
		width:80px;
		position:relative;
		top:50%;
		left:0;
		margin-top:-20px;
		text-align:center;
	}
	
	.wdt2{
		height:75px;
		width:100%;
		position:absolute;
		top:50%;
		left:80px;
		margin-top:-15px;
	}

	/* --------------------------------------------------------- */
	/* Main */
	.side{
		position:relative;
		text-align:center;
		color:white;
		margin:0;
		padding:0;
		float:left;
		width:40%;
		min-width:280px;
		height:500px;
	}

	.middle{
		margin:0;
		padding:0;
		position:relative;
		float:left;
		background-color:white;
		width:19.9%;
		min-width:160px;
		height:500px;
	}

	.standard-cell{
		background-image:url(img/background03.png);
		float:left;
		height:250px;
		width:50%;
		min-width:140px;
	}

	.cell{
		float:left;
		position:absolute;
		left:50%;
	}
	
	.cell-left{
		float:left;
		position:absolute;
		left:50%;
		margin-left:-50%;
	}
	.cell-under{
		float:left;
		position:absolute;
		top:50%;
		left:50%;
	}
	.cell-under-left{
		float:left;
		position:absolute;
		top:50%;
		left:50%;
		margin-left:-50%;
	}
	.cell-middle{
		float:left;
		background-image:url(img/background05.png);
		background-repeat:repeat-x;
		position:absolute;
		height:460px;
		width:100%;
		min-width:190px;
		top:0px;
		left:50%;
		margin:0 0 0 -50%;
	}
	.cellstyle{
		position:relative;
		top:25%;
		word-spacing:5px;
	}

	/* --------------------------------------------------------- */
	/* Advertisement */
	.ads{
		position:absolute;
		top:575px;
		background-image:url(img/background02.jpg);
		background-repeat:repeat-x;
		color:white;
		font-size:12px;
		padding-top:10px;
		text-align:center;
		width:100%;
	}

	/* --------------------------------------------------------- */
	/* midclock */
	.midclock{
		background-image:url(img/background04.png);
		background-repeat:repeat-x;
		position:relative;
		left:0;
		top:0;
		margin:0;
		padding:2px 0 2px 50%;
		width:100%;
		height:40px;
	}
	
	.clockDiv {
		float:left;
	}
	
	#month1 {
		margin:0 0 0 -95px;
		float:left;
	}
	#month2 {
		margin:0 0 0 -75px;
		float:left;
	}

	#day1 {
		margin:0 0 0 -45px;
		float:left;
	}

	#day2 {
		margin:0 0 0 -25px;
		float:left;
	}

	#hour1 {
		margin-left:5px;
		float:left;
	}
	#hour2 {
		float:left;
	}

	#minute1 {
		margin-left:10px;
		float:left;
	}
	#minute2 {
		float:left;
	}

	/* --------------------------------------------------------- */
	/* iScroll */
	.iswitch{
		background-image:url(img/background04.png);
		background-repeat:repeat-x;
		position:absolute;
		top:460px;
		left:0;
		width:100%;
		height:40px;
	}
	.switching{
		background-color:dimgray;
		position:absolute;
		width:160px;
		height:20px;
		top:50%;
		left:50%;
		margin:-10px 0 0 -80px
	}
	#switch{
		height:20px;
		width:80px;
		top:50%;
		margin-top:-10px;
		font-size:0px;
		text-align:left;
		background-image:url(img/on.png);
		background-repeat:no-repeat;
		position:absolute;
	}
