body{  	
  	font-family: 'Alegreya', serif;
  	font-size: 22px;
  	padding: 0px;
  	margin: 0px;
  	background-image: url('bg.jpg');  	
  	background-repeat: repeat-x;
  	background-color: #5b64ed;
  }  
  #wrap{
  	background-image: url('brush.png');
	background-repeat: no-repeat;
	z-index: 10000;
	margin: 0 auto 0 0;
  }
  #container{
  	width: 950px;
  	margin: 20px auto 20px auto;
  	background-color: #fff !important;
  	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px;	
  }
  #header{
  	height: 175px;
  	text-align: center;
  }
  .clear{
  	clear: both;
  	display: block;
  }
  h1{  	
  	font-family: 'Oswald', cursive;
  	text-shadow: 4px 4px 4px #aaa;
  	font-size: 68px;
  	display: inline;
  	color: #333;  	
	height: 80px;
	padding-top: 30px;
  }
  .heading{  	
  	font-family: 'Oswald', cursive;
  	text-shadow: 4px 4px 4px #aaa;
  	font-size: 35px;
  	display: inline;
  	color: #333;  	
	height: 80px;
	padding-top: 30px;
  }
  #video-demo{
  	margin-top: 20px;
  	width: 480px;
	float: left;
	margin-right: 10px;
  }
  
  #video-description{
  	margin-bottom: 95px;
  	margin-left: 500px;
  }
  
  #footer{
  	font-size: 18px;
  	text-align: center;
  }
  
  #tab-space{
  	padding: 0 80px;
  }
  
  a {
  	text-decoration: none;
  }
  
  img{
  	border: none !important;
  }
  
  #tnt{
  	width: 450px; 
  	float: left;
  	margin: 10px;
  }
  ul {
  	list-style-image:url('arrowList.png');
  }
  
  hr{
  	border: none;
	border-top: 1px solid #ccc;
	background-color: #ddd; color: #ddd;
    	border-bottom: 1px solid #eee;
    	height: 1px;
	*height: 3px; /* IE6+7 need the total height */

  }
  #logo{ 
  	background-image: url('tt_wakeup.png'); 
  	background-repeat: no-repeat;  	
	padding: 50px 0px 0px 80px;
	text-align: left;
	width: 350px;
	margin: 0px auto;
	width: 13%;
  }
  table, input[type="text"], textarea  {
  	font-family: 'Alegreya', serif;
  	font-size: 20px;
  }