@charset "UTF-8";
/* CSS Document */

/* Pure Tagage */
body {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	text-align: center;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #DBDBDB;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	color: #676767;
	line-height: 1.3em;
}

a:link, a:visited {
	color: #676767;
}

img, img a {
	border: 0;
}

/* Layout */
#wrapper {
	width: 660px;
	text-align: left;
	margin: auto;
}

#try-button img {
	margin-left: 126px;
}

#try, #buy {
	display: none;
	overflow: hidden;
	border-top: solid 1px #CCC;
	height: auto;
	width: 500px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#game {
	width: 656px;
	height: 332px;
	padding-left: 0px;
	padding-top: 5px;
	border-top: solid 1px #CCC;
}

#buy-graphic {
	width: 656px;
	height: 246px;
	background-image: url(../images/spacemines_graphic.jpg);
	background-repeat: no-repeat;
}


#content {
	border-top: solid 1px #CCC;
}

#content .left {
	margin-top: 10px;
	width: 280px;
	float: left;
	padding-right: 10px;
	font-size: .9em;
	border-right: solid 1px #CCC;
	height: 100px;
}

#content .iphone {
	margin-top: 10px;
	padding-left: 11px;
	float: left;
	width: 193px;
	height: 100px;
}

#content .right {
	margin-top: 10px;
	float: left;
	width: 150px;
	border-left: solid 1px #CCC;
	text-align:right;
	padding-left: 10px;
	height: 100px;
}

#content #try_flash {
	margin: auto;
}

#content #buy_flash {
	margin: auto;
}

#curiousmedia {
	margin-top: 6px;
}

#footer {
	clear: both;
	font-size: .75em;
	padding-top: 30px;
	text-align: center;
	color: #999;
}

/*
	Page Specific
*/

/* Try */
.page-try #content .left {
	height: auto;
	width: 425px;
}

.page-try #content .right {
	border: none;
}

/* Buy */
.page-buy #content .left {
	height: auto;
	width: 425px;
}

/* Thankyou */
.page-thankyou #content .left {
	border: none;
	width: 425px;
	height: auto;
}