* {
   margin: 0px;
   padding: 0px;
   font-family: 'Carter One', cursive;
}
 
/*** Gives the body the dark gray background we used in PS ***/
 
/*body { background: #FF0000; }*/
 
/*** Styles the links ***/
 
a { color: #999; }
 
/*** Sets paragraph styles ***/
 
p {
   color: #333333;
   font-size: 19px;
   line-height: 18px;
   margin: 0px auto 20px auto;
   width: 450px; /*** Allows paragraphs to be centered ***/
}

.logo-big
{
	font-size: 99px;
	position:relative; 
	clear:left;
	height:125px; 
	width:80%; 
	max-width:800px; 
	min-width:400px;
	margin:0 auto;
}

#top {
   background: #FFFFFF;
   border-bottom: 1px solid #fff;
   margin-bottom: 30px;
   width: 100%;
}
 
#topcon {
   margin: 0px auto; /*** Centers the page ***/
   width: 900px; /*** A width is required in order for it to center ***/
}

#logo {

   height: 125px;
   display: block;
   margin: 0px auto; /*** Centers the logo in the 900px box ***/
   padding: 100px 0px;
}	
