	/* Typhograph    ***********************************************/
	body{
		font-family:Garamond, Palatino, serif;
		font-size:16px;
		color:#fff;
		}
		
	.links{
		font-family:Georgia, Verdana, Serif;
	}
	
	/*  Default  ***********************************************/
	a, a:visited{
		color:#bbb;
		text-decoration:none;
	}
	
	/*  Body  ***********************************************/	
		
		
		body #container{
			width:990px;
			margin:auto;
			position:relative;
			color:#FFF;
			height:400px;
			text-align: center;
			font-family: Arial;
			padding: 25px 0 0 0;
		}
			
			
		#container h1{
			font-size: 45px;
			font-weight: bold;
		}
		
		#container p{
			font-size: 18px;
		}
		
		/* First Content  ............................................................................................*/
		.firstContent{
			width:300px;
			float:left;
			top:0;
			left:0;
		}
		
		img.logo{
			position:relative;
			z-index:0;
			margin-top: -50px;
			margin-bottom: 25px;
		}
		
		.firstContent h1{
			width:300px;
			margin:0 0 20px 0;
			font-size:20px;
			font-weight:bold;
			color:#f2f2f2;
		}
		
		
		.firstContent p{
			font-size:16px;
			color:#888;
			line-height:120%;
			float:left;
		}
		
		/*  Line  ............................................................................................*/
		.line{
			width:4px;
			height:400px;
			background:url("../img/line.png");
			position:absolute;
			top:120px;
			left:520px;
			z-index:2;
		}
		
		/*  Second Content  ............................................................................................*/
		
		.secondContent{
			float:right;
			right:0;
			z-index:1;
			font-family:Georgia, Verdana, Serif;
			font-style:italic;
			margin-top: 60px;
		}
		
		.secondContent h2{
			margin:0 0 24px 0;
			color:#ccc;
			font-size:22px;
		}		
		
		.secondContent h2 a{
			padding:8px;
			
		}

		.secondContent h2 strong{
			padding:0 13px 0 20px;
			color:#fff;
			font-weight:bold;
			background:url("../img/bullet.png") no-repeat 4px 14px, 
			url("../img/pointer.png") no-repeat right 11px;
		}

		
		.secondContent ul{
			margin:10px 0 0 25px;
		}
		
		.secondContent ul li a{
			display:block;
			float:left;
			width:36px;
			height:36px;
			margin:0 12px 0 0;
			text-indent:-9999px;
			background:url("../img/socialmedia.png") no-repeat;

		}
		.secondContent ul li.inst a{background-position:-115px 0 ;}
		.secondContent ul li.fb a{background-position:-77px 0 ;}
		.secondContent ul li.yt a{background-position:-39px 0 ;}
		.secondContent ul li.vm a{background-position:0 0 ;}
		
		.footer{
			position:absolute;
			bottom:0;
			width:100%;
			height: 220px;
			background-image: url('/img/bgfooter.png');
		}
		
		.content-footer{
			width: 600px;
			margin: 0 auto;
			height: 220px;
		
		}
			
			
			
			
			
			
			
