/* --- main layout --- */	
	* { margin: 0; padding: 0; }	
	body {
	font-family:Arial, Tahoma, Geneva, sans-serif; font-size:medium; color:#000000;
	padding:0; margin:0 0 0 0;background:#efefef url(images/top_bg.jpg) top center no-repeat fixed;
	}
	#wrapper { width:100%; margin:0 auto; padding:0px;}	
/* --- END main layout --- */

/* --- content --- */

	#content {font-size:1.9em; line-height:normal; min-height:746px; width:1004px; font-family:Berlin Sans FB Demi, Arial, Helvetica, sans-serif;  margin:0 auto; padding:0;text-align:center;}
	
	#header{ height:173px; margin:0 auto; padding:0;}
	
	#questionbg{ height:60px; background:url(images/question-bg.png) center bottom no-repeat; padding:30px 0 0 0;}
	#questionresultbg{height:60px; background:url(images/thanoyoutop-bg.png) center bottom no-repeat; padding:30px 0 0 0;}
	
	
	#questionpicbg{height:447px; background:url(images/question-pic-bg.png) center bottom no-repeat;}
	#questionpicresultbg{height:447px; background:url(images/question-pic-bg2.png) center bottom no-repeat;}
	
	#question-2lines{font-family:Arial, Helvetica, sans-serif; font-size:25px; font-weight:bold; color:#000000; line-height:26px; height:63px; padding:16px 0 0 0; }
	#question-3lines {font-family:Arial, Helvetica, sans-serif; font-size:25px; font-weight:bold; color:#000000; line-height:26px; height:73px; padding:6px 0 0 0; }
	
	#questionpic01{ width:400px; float:left; margin:0 0 0 50px;}
	#questionpic02{width:400px; float:right; margin:0 50px 0 0;}
	
	#resultdvd{background:url(images/result-dvd.png) top center no-repeat; height:341px;}
	
	#timer{ margin:370px 0 0 40px; width:350px; float:left;font-family:Arial, Helvetica, sans-serif; font-size:25px; font-weight:bold; color:#FF0000; }
	#optinbox{margin:155px 40px 0 0; width:567px; float:right;font-family:Arial, Helvetica, sans-serif; font-size:25px; font-weight:bold; color:#FF0000; }
	.simply{font-family:Arial, Helvetica, sans-serif; font-size:15px; font-weight:bold; color:#000000; line-height:normal;}
	.excersize{font-family:Arial, Helvetica, sans-serif; font-size:24px; font-weight:bold; color:#FF0000; line-height:26px; margin-top:6px;}
	.excersize span{font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; color:#000000; line-height:14px; text-transform:uppercase;}
	.privacy{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#000000; line-height:18px; text-align:left; margin-top:10px;}
	.optinform{ margin:10px 0 0 40px;}
	.text{width:270px; height:30px; border:#b63131 2px solid; padding:4px 4px 4px 46px; background:#ffffff url(images/email-icon.png) 2% center no-repeat; font-weight:bold; color:#0b2780; }
	.submit{width:206px; height:42px; border:none; cursor:pointer; background:url(images/btn_download.png);}
	
/* --- END content --- */



/* --- footer --- */
	
	#copyrightinfo01 {font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#000000; width:400px; float:left; text-align:left; margin:10px 0 0 50px;}
	#copyrightinfo02 {font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#000000; width:400px; float:right; text-align:right; margin:10px 50px 0 0;}
	#copyrightinfo02 a {color:#0000FF; text-decoration:none; margin:0 10px 0 10px;}
	#copyrightinfo02 a:hover {color:#FF0000; text-decoration:none;}

/* --- END footer --- */
.numbers {
    border-style: ridge;    /* options are none, dotted, dashed, solid, double, groove, ridge, inset, outset */
    border-width: 2px;
    border-color: #666666;  /* change the border color using the hexadecimal color codes for HTML */
    background: #222222;    /* change the background color using the hexadecimal color codes for HTML */
    padding: 2px 0px;
    width: 55px;
    text-align: center; 
    font-family: Arial; 
    font-size: 28px;
    font-weight: bold;    /* options are normal, bold, bolder, lighter */
    font-style: normal;   /* options are normal or italic */
    color: #FFFFFF;       /* change color using the hexadecimal color codes for HTML */
}
.title {    /* the styles below will affect the title under the numbers, i.e., “Days”, “Hours”, etc. */
    border: none;    
    padding: 0px;
    width: 55px;
    text-align: center; 
    font-family: Arial; 
    font-size: 12px; 
    font-weight: bold;  /* options are normal, bold, bolder, lighter */
    color: #000000;       /* change color using the hexadecimal color codes for HTML */
    background: transparent;    /* change the background color using the hexadecimal color codes for HTML */
}
#table {
       margin:0 0 0 -85px; display:none;
          /* change to position the timer; delete this property and it's value to keep timer centered on page */
}

