/*
Site Name: Pseudo Inc
Site URL: http://pseudoinc.com
Description: Pseudo Inc Global Css
Version: 1
Author: Ken Mozuna

Contents: 
1. Reset Styles - Master
2. Body
3. Typography
4. Links
5. Page Layout
	 Page Wrapper
	i. Content Wrapper
	ii. Content
	iii. Footer

*/

/* 
----------------------------------------------------
			1. RESET STYLES - MASTER 
----------------------------------------------------
*/
* {
   padding:0;
   margin:0 auto;
   border:0;

	}

/* 
----------------------------------------------------
			2. Body 
----------------------------------------------------
*/
body
	{
	font-family: 'Lato', arial, serif; 
	background:#ccc;
	font-weight:light;
	text-transform:uppercase;
	}

/*
----------------------------------------------------
			3. Typography
----------------------------------------------------
*/



/*
----------------------------------------------------
			4. Links
----------------------------------------------------
*/
a
	{
	text-decoration:none;	
	}

/* 
----------------------------------------------------
			5. Page Layout
----------------------------------------------------
*/
/* 			 Page Wrapper			*/
.page_wrapper
	{
	
	}


/*			i. Content Wrapper		*/
.content_wrapper	
	{
	width:742px;
	height:320px;
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-371px;
	margin-top:-160px;
	}
/*			ii. Content				*/
img
	{
	-moz-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;
	  -moz-border-radius: 200px;
  border-radius: 200px;
	}	
#inc
	{
	position:relative;
	left:-322px;
	}
.content	
	{
	position:relative;
	top:-151px;
	left:180px;
	width:411px;
	height:62px;
	overflow:hidden;
	
	}
h1
	{
		font-weight:400;
		font-size:1.8em;
		color:#221f1f;
	}
h2
	{
	font-size:1em;	
	font-weight:400;
	line-height:25px;
	color:white;
	margin-left:5px;
		width:335px;
	}
.content span
	{
	background:#716868;
	width:335px;
	height:28px;	
	display:block;
	margin-top:-26px;
	float:left;
	}


/* 			iii. Footer 				*/
.footer		
	{

	}
#circle
	{
	position:absolute;
 	bottom:10px;
  	right:10px;
	background:black;
	display:block;
	width:270px;
	overflow:hidden;
	height:20px;
	padding-left:20px;	
	color:white;
	-moz-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;
	-moz-border-radius: 200px;
 	border-radius: 200px;
	}