.body
{
	text-align:center; 
	font-size: 12px; 
	font-family: Arial, sans-serif;
	font-family: "Roboto",Arial, san-serif;
}


.main
{
	width:882px; 
	height:2166px; 
	
	padding-top:90px;
  	display: block;
 	position: relative;
}

.main::after
{
	 content: "";
  	background-image: url(/images/screenshot1.jpg); 
  	opacity: 0.5;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
  	position: absolute;
  	z-index: -1;  
}

.title
{
	padding-top:15px;
	font-size:30px;
	color:#959BC6;
}

.inner
{
	background-color:white; 
	width: 80%; 
	margin: 0 auto;
	-moz-border-radius: 10px;
	border-radius: 30px;
	border: 3px solid gray;
	opacity: 1.0;
    	filter: alpha(opacity=100);
}

table
{
	text-align:center;
}

td
{
	padding:20px;
}


.sliderthumb
{
	width:180px;
	position: relative;
	z-index: 9;
}

.linkbutton
{
	margin: 0px 0px 10px 0px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid gray;
	background-color: #7FBFB7;
	margin-top: -10px;
	z-index: 10;
	position: relative;
}

.linkbutton:hover
{
	border-color: black;
}

.linkbutton a
{
	text-decoration:none;
	display: inline-block;

	font-weight: 300;
	font-size: 28px;
	color: white;
	width:100%;
}