body
    {
        background: url(../images/background-blue.jpg) center top;
        background-repeat: no-repeat;
        background-color: #126b67;
    }

h2 
	{
		color: #113b37; /* 18534d */
		font-size:  55px;
		/* text-shadow: 0px 2px 3px; */
		text-align: center;
		font-family: "Gill Sans MT", "Gill Sans", "MS Gill Sans","Century Gothic", "Tahoma", Helvetica, Arial, sans-serif;
		display: inline-block;
		-webkit-box-sizing: content-box;
  		-moz-box-sizing: content-box;
  		box-sizing: content-box;
  		border: none;
		text-transform: normal;
  		-o-text-overflow: clip;
  		text-overflow: clip;
  		white-space: pre;
  		text-shadow: 1px 1px 0 rgba(140,140,140,0.6) , -1px -1px 1px rgba(0,0,0,0.67) ;
	} 
	

#intro
	{		
		margin: 140px auto 0 auto;
		padding-top: 15px;
		width: 740px;
	}



.footer
	{
		//margin: 20px auto;
		text-align: center;
		width: 460px;
		font-weight: normal !important;
		font-size: 16px !important;
		font-family: "Gill Sans MT", "Gill Sans", "MS Gill Sans","Century Gothic", "Tahoma", Helvetica, Arial, sans-serif;
	}

#main
	{		
		width: 600px;
		margin:  0 auto;
		padding-top: 150px;
	}
	
#company
	{
		color: #18534d;
		font-size:  16px;
		font-weight: bold;
		padding-top: 100px;
		margin:  20px auto;
		text-shadow: 0px 1px 2px rgba(255,255,255,0.3);
	}
	
#company a 
	{
		text-decoration: none;
		color: #18534d;
	}

#company a:hover 
	{
		text-shadow: 0px 1px 2px rgba(255,255,255,0.8);
	}
	
.dots
	{	
		background: url(../images/dots.png) no-repeat;
		height: 90px;
		margin: 20px auto;
		width: 620px;
	}
	
