body {
	background-color:#b4b4b4;	
	margin:0;
	padding:0;	
}

#main {
	width:850px;
	margin:0 auto;
	height:100%;
}
#logo {
	background-image:url(images/logo.png);
	width:850px;
	height:284px;
	background-repeat:no-repeat;
	position:relative;
}

#appstorebadge {
	position:absolute;
	top:20px;
	left:600px;
}

#youtubevideo{
	cursor:pointer;
}

#watchvideo h1 {
	font-weight:bold;
	font-size:25pt;
}

#feedback{
	position:fixed;
	width:50px;
	height:150px;
	top: 150px;
	left:0;
	background: none;
	z-index:1;
	margin:0;
	padding:0;
}

#topGrad {
	background-image:url(images/background1.jpg);
	width:100%;
	background-repeat:repeat-x;
	position:absolute;
	height:900px;
	top:0;
	left:0;
	z-index:-2;
}
#whiteStarter {
	position:absolute;
	width:850px;
	top:50px;
	height:300px;
	background-color:white;
	border:1px solid black;
	z-index:-1
}
#content {
	height:100%;
	min-height:1300px;
	width:806px;
	border:1px solid black;
	border-top:none;
	background-color:white;
	margin-bottom:20px;
	font-family:arial;
	font-size:11pt;
	padding-left:22px;
	padding-right:22px;
	overflow:hidden;
}

#fitpersonback h1 {
	position:absolute;
	top:-10px;
	left:150px;
	font-weight:bold;
	font-size:25pt;
	color:white;
}

#fitpersonback {
	position:relative;
	background-image:url(images/fitperson_background.jpg);
	background-repeat:no-repeat;
	width:500px;
	height:101px;
}

#folioMask {
	position:absolute;left:24px;top:92px;width:205px;height:263px;
    overflow:hidden;
    border:none;
    background-color:#999;
    float:left;
}
#folio {
    position:absolute;
    top:0;
    left:0;
    width:1845px;
    float:left;
}
.folioCol {
    display:block;
    width:205px;
    height:263px;
    float:left;
}   
       
.folioTrigger {
    border:1px solid black;
    background-color:#aaa;
    width:10px;
    height:20px;
    float:left;
    margin:5px;
	cursor:pointer;
}

#menubar{
	position:absolute;
	top:190px;
	left:480px;				
}

#menubar ul {
	
}
#menubar ul li {
	float:left;
	font-weight:bold;
	font-size:15pt;
	color:white;
	list-style:none;
	margin:20px;
	font-family:arial;
}
#menubar ul li a {
	text-decoration:none;
	color:#ddd;
}
#menubar ul li a:hover {
	color:#fff;
}

#startwodtimerpc:hover {
	cursor:pointer;
}
