
body {
	background:url(images/background.jpg) repeat;
}

/*  Title */
#title h1 {
	float:left;
	display:block;
	width: 100%;
	padding: 0 0 23px 0;
	text-indent:-2000px;
	margin: 0;
	padding-bottom: 20px;
}

#title h1 a {
	height:71px;
	display:block;
	background:url(images/title.png) no-repeat center;
}
/* Languages */

div#langs
{
	width: 100%;
	float: right;
}

div#langs ul 
{
	list-style-type: none;
	margin: 10px 20px;
}

div#langs ul li
{
	padding-right: 10px;
	float: right;
}

div#langs ul li a
{
	text-indent: -10001px;
	display: block;
	width: 16px;
	height: 12px;
	margin: 0px;
}

div#langs ul li a.en_lang
{
	background: url(images/en.gif) no-repeat left top;
}
div#langs ul li a.fr_lang
{
	background: url(images/fr.gif) no-repeat left top;
}
div#langs ul li a.es_lang
{
	background: url(images/es.gif) no-repeat left top;
}



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

#logo p a {
	width: 320px;
	height:169px;
	display:block;
	background:url(images/logo.png) 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: 10px;
}

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

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


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

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


div#container 
{
	width: 900px;
	min-height: 684px;
	height: auto;
	margin: 18px auto;
	padding: 26px 26px 0 26px;
}

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

#columnContainer
{
	margin: auto;
}

p.error {
	background-color: #fcc;
	border: 1px #f00 solid;
	padding: 5px;
	margin: 0 0 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

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

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

.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;
}

p.screenshot
{
	margin-left: auto;
	margin-right: auto;
}

p.screenshot img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
