
body {
	background-color: #bbb;
	background-image: url(images/bg/dots.gif);
}

/*  Title */
#title h1 {
	display:block;
	width: 100%;
	padding: 0 0 23px 0;
	margin: 0;
	padding-bottom: 20px;
	font: bold 64px Georgia, "Times New Roman", Times, serif;
	color: #444;
}

#title h1 a {
	display:block;
}


div#container div#title ul
{
	list-style-type: none;
}
div#container div#title ul li
{
	float: left;
	margin-left: 20px;
}

/* Logo */

p.linkedText {
	padding: 0;
	margin: 0;
	text-indent:-2000px;
	float: left;
}

p.new_feature 
{
	width: 320px;
	height: 50px;
	margin: 0;
	padding: 20px 0 0 0px;
	text-align: center;
	float: right;
	line-height:18px;
	font: 18px/18px "Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
	background-image: url(images/new-feature.png);
}

#logo p a {
	width: 160px;
	height:230px;
	display:block;
	background:url(images/logo.jpg) no-repeat;
	margin:  10px 10px 30px 80px;
}

/* Buttons */

#appstore p a {
	width:180px;
	height:64px;
	display:block;
	background:url(images/appstore.png) no-repeat;
	margin: 0px;
}
#body
{
	clear: both;
}
#body a
{
	margin-right: 20px;
	float: left;
}

#body p 
{
	padding-top: 10px;
	text-align: justify;
}


#androidstore p
{
	width:180px;
	height:64px;
	display:block;
	background:url(images/androidmarket_soon.png) no-repeat;
	margin: 10px;
}

/*
#paypal div{
border: 1px solid #0f0;
	width:180px;
	height:64px;
	display:block;
	---background:url(images/paypal.png) no-repeat;
	margin: 10px;
}
*/
#paypal form
{
	float: left;
	padding: 0;
	margin: 0;
}


#paypal fieldset
{
	text-align: center;
	padding: 10px;
	margin: 0;
	border: 0;
	width:180px;
	height:64px;
	display:block;
}



#platforms p span {
	width:180px;
	height:64px;
	display:block;
	background:url(images/platforms_soon.png) no-repeat;
	margin: 10px;
}


div#container 
{
	width: 640px;
	height: auto;
	margin: 18px auto;
	padding: 26px 26px 0 26px;
	background-color: #fff;
}

#body ul
{
	padding: 0;
	margin: 0;
}
#body ul li
{
	padding: 0;
	margin: 0;
	float: left;
	list-style-type: none;
}

#body ul li img 
{
	padding: 0;
	margin: 0;
}

#footer {
  width:100%;
  padding: 10px 0 30px 0;
  text-align: center;
  margin: 30px 0 0 0;
  font-size: .9em;
}

#columnContainer
{
	margin: auto;
}

.column
{
	color: #000;
	width:450px;
	height: 400px;
	float:left;
}

.column h2
{
	padding-top: 30px;
	text-align: center;
	text-transform: uppercase;

}

.game1
{
	background: url(images/left_top.jpg) no-repeat left top;
}

.game2
{
	background: url(images/rigth_top.jpg) no-repeat left top;
}

.game3
{
	background: url(images/rigth_bottom.jpg) no-repeat left top;
}

.game4
{
	background: url(images/left_bottom.jpg) no-repeat left top;
}


