/*======================================
      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: left -120px;
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;

}



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

/**************************************/
/*           ~MAIN CONTENT            */
/**************************************/
img {
position: relative;
left: 185px;
top: 40px;
z-index: 40;
}


#design
{
color: #eafd1e;
position: relative;
left: 270px;
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: 80px;
left: 420px;
z-index: 99;

}


#mainnav a:link
{
text-decoration: none;
color: #d8fd29;
}

#mainnav a:visited {color: #d8fd29;}
#mainnav a:hover {color: #e13108;}


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

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