/*======================================
      WELCOME TO THE STYLESHEET
for Aurora Flow Web Design and Development
--------------------------------------      
   Copyright 2008 by AuroraFlow.com
      www.auroraflow.com

This file was successfully validated
to W3C CSS level 2.1
     
======================================*/
 
/**************************************\
|---------- ~COLOR SCHEME -------------|
|--------------------------------------|
- yellow	titles	#eafd1e
- dark blue background  #080A30 
\**************************************/


/**************************************/
/*             ~GLOBALS               */
/**************************************/

body {
background-image: url(../img/billboard1024.jpg);
background-position: center;
background-color: #040404;
background-repeat: no-repeat;
background-attachment: scroll;
position: relative;
height: 500px;
overflow: hidden;
clip: rect(0px, 0px, 50px, 0px);
z-index: 20;
text-align: center;
}



/**************************************/
/*             ~HEADER                */
/**************************************/

/**************************************/
/*           ~MAIN CONTENT            */
/**************************************/
img {
position: relative;
text-align: center;
top: 40px;
z-index: 40;
}


#design
{
color: #eafd1e;
position: relative;
margin-left: auto;
margin-right: auto;
text-align: center;
top: 33px;
font-size: 1.2em;
width: 14em;
height: 2.5em;
z-index: 40;

}

#design p a:link
{
text-decoration: none;
color: #eafd1e !important;
}

#design p a:visited
{
color: #eafd1e !important;
}




/***************************************/
/*            ~NAVIGATION             */
/**************************************/

#mainnav a {
position: relative;
top: 50px;
left: center;
z-index: 99;
font-weight: bold;
font-size: 2em;

}


#mainnav a:link
{
text-decoration: none;
color: #ffaa1e :   /*   #d8fd29; */
 }
#mainnam a:link {color: #ffaa1e  ;}
#mainnav a:visited {color: #ffaa1e  ;}
#mainnav a:hover {color: #e13108;}


/**************************************/
/*              ~FOOTER               */
/**************************************/

#footer {
   clear: both;
   text-align: center;
}

