body {
	margin: 0;
	padding: 0;
	background-color: #000;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color:#FFF;
}

h1 {
	font-size: 42px;
	margin: 10px;
}


h2 {
	font-size: 30px;
	line-height: 1.6;
	text-align:center;
}




a {
	font-size: 20px;
	color:#FFF;
	text-decoration:none;
	
}

.smaller {
	font-size: 16px;
}


p {
	font-size: 12px;
	text-align: center;
	margin: 10px;
	text-transform:uppercase;
}

div.frameT {
	width: 100%;
	padding: 0;
	display: table;
	height: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	margin: 0;
}

div.frameTC {
	padding: 50px 0px 0px ;
	vertical-align: middle;
	margin: 0 auto;
	width: 1200px;
	height:900px;
	background: url(../images/leighisms.jpg) no-repeat top center;
}


div.frameTCP {
	padding: 50px 0px 0px ;
	margin: 0 auto;
	width: 1300px;
	height:900px;
	text-align:center;
}


div.content2 {
	margin: 0 auto;
	text-align: center;
	padding:15% 0px 8%;
}


div.content {
	margin: 0 auto;
	text-align: center;
	padding-top: 490px;
}

div.content hr, div.frameTCP hr {
    border: 0;
    height: 2px;
    background: #fff;
	width:1100px;
	margin:0px auto;
}

.circle-me {
	display: block;
	overflow: hidden;
	width: 28px;
	height: 28px;
	background: #fff;
	color: #666;
	font-size: 16px;
	text-align: center;
	line-height: 1.6;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	float:right;
}

.circle-me-smaller {
	display: block;
	overflow: hidden;
	width: 25px;
	height: 25px;
	background: #fff;
	color: #666;
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	float:right;
}



.center {
	width:40%;
	margin:0 auto;
	padding-top:10px;
}

.center2 {
	width:33%;
	margin:0 auto;
	padding-top:30px;
}


#footer {
   position:fixed;
   left:0px;
   bottom:0px;
   height:30px;
   width:100%;
   background:#000;
   color:#333;
}

/* IE 6 */
* html #footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}

.right {
	float:right;
}
.left {
	float:left;
}
