@charset "utf-8";
/* CSS Document */

/*-------------------------------------
	RESET
-------------------------------------*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,   
li, dl, dt, dd, form, fieldset, textarea, th, td   
{   
margin: 0; padding: 0; border: 0; outline: none;   
}

#colors :focus { outline: none; }


html, body
{
    width: 100%;
    height: 100%;
}

body
    {
        background: #161c28 url("../img/background-navy.jpg") center top no-repeat;        
    }
    
h2 
	{
		color: #671917;
		font-size:  23px;
		text-shadow: 0px 2px 3px #c34541;	
	}

/*-------------------------------------
	INTRO
-------------------------------------*/

#logo 
	{
		background:url("../img/sleepy.png") no-repeat scroll 0 top transparent;
        height:275px;
        margin:0 auto 20px;
        overflow:hidden;
        text-indent:-9999px;
        width:600px;
	}

#intro
	{		
		margin: 0 auto;
		padding: 0;
		width: 740px;
	}

/*-------------------------------------
	INFO
-------------------------------------*/

.footer
	{
		margin: 20px auto;
		text-align: center;
		width: 460px;
		font-weight: normal !important;
		font-size: 12px !important;	
		font-family: Helvetica, Arial, sans-serif;
	}

#company-info
	{
		color: #888;
		font-size:  16px;
		font-weight: bold;
		margin:  20px auto;
		text-shadow: none;
	}
	
#company-info a {
	text-decoration: none;
	color: #888;
}

#company-info a:hover  { color: #bbb; text-shadow: none;}

.dots
	{	
		background: url("../img/dots.png") no-repeat;
		height: 90px;
		margin: 20px auto;
		width: 620px;
}
