/**************************/
/* Copyright iPhone360    */
/* dev.iphone360.ch       */
/* Version 1.0            */
/**************************/

/**************************/
/* Built for Safari       */
/* & Mozilla Firefox      */
/**************************/

body {
	background-color: #a6aab5;
	background-image: url(../img/ShadowGrey.png); 
	background-repeat: repeat-x;
	font-family: Helvetica, Arial;
	color: #525e6c;
	text-align: center;
	margin-bottom: 20px;
	font-size: 36px;
}

#head {
		font-size: 40px;
		color: #525e6c;
		text-shadow: 0 1px 1px white;
}

a, a:hover, a:visited {
	color: #525e6c;
	text-decoration: none;

}

#container {
	top: 0px;
	margin:0 auto;
	position: relative;
	width: 690px;
	height: 580px;
	color: #929eac;
	background-color: transparent;
		-moz-border-radius: 10px;   
		-webkit-border-radius: 10px;
	text-shadow: 0 1px 1px transparent;

}

td.left {
	vertical-align: bottom;
	width: 350px;
	height: 570px;
}

td.right {
	vertical-align: bottom;
	width: 350px;
	height: 570px;
}

.text_left {
	text-shadow: 0 1px 1px #c3c4c4;
	color: #525e6c;
	text-decoration: none;

}

.text_right {
	text-shadow: 0 1px 1px #c3c4c4;
	color: #525e6c;
	text-decoration: none;
}

#rbox {
	position: absolute;
	left: 340px;
	width: 350px;
	height: 550px;
	background-color: transparent;
	background-image: url(../img/Stage.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#rbox_text {

	position: absolute;
	top: 630px;
	width: 350px;
	height: 50px;
	background-color: transparent;
}


#lbox {
	position: absolute;
	left: 0px;
	width: 350px;
	height: 550px;
	background-color: transparent;
	background-image: url(../img/iWonderlamp.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}

#lbox_text {
	position: absolute;
	top: 520px;
	width: 350px;
	height: 50px;
	background-color: transparent;
}

#small {
	margin:0 auto;
	position: relative;
	top: 30px;
	font-size: 15px;
	text-align: center;
	bottom: 10px;
}