#info {
	position: absolute;
	left: 450px;
	width: 280px;
	top: 40px;
	text-align: center;

	font-size: 120%;
//	font-weight: bold;
	color: black;
}

#header .appstore-link a{
	display:block;
	position: absolute;
	right:18px;
	bottom:39px;
	width:125px;
	height:62px;
	font-size:1px;
	overflow:hidden;
	text-indent:-100000em;
}

#catch-copy {
	margin: 16px 0;
	font-size: 240%;
	color: #A41682;
}

#description {
	width: 450px;
	font-size: 120%;
}
#description .features {
	margin: 8px 0 0 0;
	display: block;
}
#description .features > h4 {
	font-weight: bold;
	color: red;
}
#description .features > ul {
	margin-left: 2em;
}


#screenshots {
	position: absolute;
	left: 500px;
	width: 280px;
	top: 100px;
	text-align: left;
}

#assent {
	position: absolute;
	left: 500px;
	width: 300px;
	top: 650px;
	text-align: left;
}


#screenshots > #large {
	margin: 0 0 8px 0;
}
#screenshots > #smalls {
	text-align: left;
}
#screenshots > #smalls img {
	width: 50px;
	margin: 0 4px;
	cursor: pointer;
}

#variations {
	margin: 32px 0 0 0;
	
	border-spacing: 4px;
	table-layout: fixed;
}
#variations tr > th {
	font-weight: bold;
	font-size: 140%;
}
#variations tr > td {
	text-align: center;
	width: 200px;
	font-size: 140%;
}
#variations tr#name > td {
	font-size: 180%;
	font-weight: bold;
	color: #164994;
}
#variations tr.checkpoint > td {
	padding: 8px 0;
}
#variations tr td.sales-point {
	font-weight: bold;
	color: red;
}

#page-content {
	min-height: 600px;
}

#notice {
	position: absolute;
	left: 500px;
//	width: 280px;
	top: 10px;
	text-align: left;

	margin: 2px 0;
	padding: 2px;
//	background: pink;
}
#notice div {
	width: 500px;
	border: 1px solid #ccc;
	margin: 0px auto;
}
#notice p {
	margin: 1px;
}