@charset "UTF-8";
/*  CSS Document for TOS Splash*/
/*


Title:			main.css
Browser(s): 	All 

Author: 		LB (http://lanceb.thevph.com)
Created: 		06.09.2010

*/

* {
	margin: 0 auto 0 auto; /* GLOBAL RESET */
	padding: 0;
}
body{
	margin:0;
	font-size: 62.5%; 
	font-family: Arial, Sans-Serif; /*change font*/
	line-height: 150%; 
	color:fff; /*change font color*/
	background: #000; /*background color*/
}

div, p, ul, img{
	padding:0px; margin:0px; border:none;
}
ul{
	list-style-type:none;
}

h1 {font-size: 2.4em;}
h2 {font-size: 2.2em;}
h3 {font-size: 3.2em;}
h4 {font-size: 2.6em; color:#ff00ff; padding:15px;}
h5 {font-size: 1.8em;}
h6 {font-size: 1.2em;}

a { outline:none; /* Remove Firefox's dotted borders */ text-decoration:none; color:#d05606; padding:0; margin:0;}
a img { border:none;} /* Remove IE's blue borders */

p  {font-size: 1.2em; padding:0; line-height:1.4em;}
.gray {color: #666; font-size:1em; font-style:normal;}
.fat{font-weight:bold;}
.small  {font-size: 1.1em; padding:0; line-height:1.4em;}
.big {font-size: 1.8em; padding:0; line-height:1.2em; color:#f1f1f1; margin:0 0 22px 0;}
.white {font-size: 1.2em; padding:0 10px 0 0; line-height:1.4em; color:#fff;}
.title{ font-size:1.1em; font-style:italic; color:#227ab0;}
.stroke { border:1px solid #fff;}

#main_content{float:left; background:#000 url(http://www.theturnonspot.com/new/images/splash_bg.jpg) top center no-repeat; width:1280px; height:100%;}
.center{ width:720px; height:100%; margin:0 auto; padding:200px;}
#video{margin:50px;}
.center a {float:right; font-size:1.2em; color:#CCCCCC}
