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

body {
	background-color:#333333;
	margin:0;
	padding:0;
	}
	
a:link {
	color:#FFFFFF;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	color:#FFFFFF;
	}

a:visited {
	text-decoration:none;
	color:#FFFFFF;
	}
	
a.dark:link {
	color: #666666;
	text-decoration:none;
	}

a.dark:hover {
	text-decoration:underline;
	color:#666666;
	}

a.dark:visited {
	text-decoration:none;
	color:#666666;
	}
	
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
	color:#FFFFFF;
	}
	
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}
	
img {
	border:none;
	}


/*--Home--*/

.homepage {
	background-image:url(images/homepic.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:569px;
	background-repeat:no-repeat;
	}
	
.hometext {
	top: 205px;
	line-height:140%;
	position:absolute;
	width: 490px;
	padding-left: 48px;
	color:#FFFFFF;
	}
	
.phoneHome {
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	position:absolute;
	top:500px;
	padding-left:200px;
	color:#FFFFFF;
	}
	

/*--Risk--*/
	
.risks {
	background-image:url(images/risksPic.jpg);
	background-position:center;
	height:569px;
	background-repeat:no-repeat;
	}
	
.riskstext {
	top: 410px;
	position:absolute;
	width: 500px;
	padding-left: 48px;
	line-height:110%;
	color:#FFFFFF;
	}
	
.riskstext2 {
	top: 443px;
	position:absolute;
	width: 500px;
	padding-left: 430px;
	line-height:110%;
	color:#FFFFFF;
	}
	

/*--What can I do?--*/
	
.whatcanido {
	background-image:url(images/whatPic.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:569px;
	}
	
.WhatcanIdotext {
	top: 275px;
	position:absolute;
	width: 550px;
	padding-left: 300px;
	line-height:110%;
	color:#FFFFFF;
	z-index: 1;
	}
	
.test {
	top: 255px;
	position:absolute;
	width: 150px;
	padding-left:48px;
	z-index:3;
	}

.buttons {
	top: 435px;
	position:absolute;
	width: 350px;
	padding-left: 300px;
	line-height:110%;
	color:#FFFFFF;
	z-index: 2;
	}


/*--lifestyle--*/

.lifestyle {
	background-image:url(images/lifestyle.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:569px;
	}
	
.lifestyletext {
	top: 385px;
	position:absolute;
	width: 550px;
	padding-left: 48px;
	line-height:110%;
	color:#FFFFFF;
	}
	

/*--Whats the benefit--*/
	
.benefit {
	background-image:url(images/benefitPic.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:569px;
	background-color: #000000;
	}
	
.benefittext {
	top: 420px;
	position:absolute;
	width: 760px;
	padding-left: 48px;
	color: #000000;
	line-height:110%;
	color:#FFFFFF;
	}
	

/*--30 Minutes--*/
	
.thirtyminutes {
	background-image:url(images/30pic.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:569px;
	}
	
.thirtytext {
	top: 400px;
	position:absolute;
	width: 360px;
	padding-left: 390px;
	color: #000000;
	line-height:140%;
	}
	
.phone30 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	position:absolute;
	top:520px;
	padding-left:29px;
	color: #000000;
	}

/*--More Info--*/
	
.moreinfo {
	background-image:url(images/morePic.jpg);
	background-position:center;
	height:569px;
	background-repeat:no-repeat;
	}
	
.moretext {
	top: 260px;
	position:absolute;
	width: 800px;
	padding-left: 48px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:130%;
	}
	
	

/*--Contact--*/

.contact {
	background-image:url(images/contactPic.jpg);
	background-position:center;
	height:569px;
	background-repeat:no-repeat;
	}
	
.contacttext {
	top: 190px;
	position:absolute;
	width: 500px;
	padding-left: 30px;
	line-height:110%;
	color:#FFFFFF;
	}

/*--Footer--*/
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-align:center;
	line-height:220%;
	}

