body
{
	background: #262626 top url(top_bar.png) repeat-x;
	margin: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #c1c1c1;
	font-size: 16px;
	line-height: 26px;
}

a
{
	color: #00a2f4;
	text-decoration: none;
}

#footer
{
	text-align: center;
	bottom: 0px;
	position: fixed;
	background: #1c1c1c;
	left: 0px;
	right: 0px;
	padding: 5px;
	font-style: italic;
	font-size: 10pt;
}

#video
{
	float: left;
	margin-left: 90px;
	margin-top: 114px;
	width: 224px;
	min-height: 336px;
	background: url(screenshot.png) top no-repeat;
}

#main
{
	width: 1000px;
	background: no-repeat top url(main.png);
	min-height: 548px;
	margin: auto;
	margin-top:0px;
}

#main_single
{
	width: 1000px;
	background: no-repeat top url(main_single.png);
	min-height: 600px;
	margin: auto;
	margin-top:0px;
}

#more_info
{
	float: right;
	margin-top: 38px;
	margin-right: 55px;
}

#more_info img
{
	border: none;
}

#tiny_desc
{
	float: left;
	width: 224px;
	margin-top: 100px;
	clear: both;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

#content
{
	padding-right: 50px;
	padding-left: 360px;
	padding-top: 130px;
}

h1
{
	font-size: 16pt;
	color: #00a2f4;
	font-weight: normal;
}

#appstorelinks
{
	text-align: center;
	margin-top: 35px;
	margin-bottom: 20px;
}

#appstorelinks img
{
	margin-left: 5px;
	margin-right: 5px;
	border: none;
}

#handwriting
{
	width: 389px;
	height: 78px;
	background: url(handwriting.png);
	margin: auto;
}

.joke
{
	width: 584px;
	background: url(single_bg.png) repeat-y;
	color: white;
	margin-top: 20px;
	margin-bottom: 90px;
}

.joke_head
{
	width: 544px;
	background: url(single_top.png) no-repeat;
	min-height: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.joke_score
{
	float: right;
}

.joke_score .score_value
{
	color: #00a2f4;
}

.joke_title
{
	float: left;
}

.joke_foot
{
	width: 584px;
	background: url(single_bottom.png) no-repeat;
	min-height: 16px;
}

.joke_body
{
	margin: 20px;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px #c1c1c1 solid;
}



