﻿* {
padding: 0;
margin: 0;}

body {	
	background-color: #ffcc00;
	background-image: url("bdComingSoon.jpg");
	background-repeat:repeat;  
    background-position: top;
	font-family: Arial;
	font-weight :bolder ;
	padding: 0;
	margin: 0 auto;
	line-height: 20px;	}

#container 
{
    min-height: 98%;
     
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -20px;
    height: 800px;
    
    
}


#footer {
height: 60px;
width: 980px;
position:relative;
text-align: center;
padding-top: 5px;
margin-left: auto;
margin-right: auto;
font-size: 0.7em;
}

/* -----------  Hyperlinks style ---------  */

a:LINK {
	text-decoration: underline;
	color:#000000;
	}
	
a:VISITED {
	text-decoration: none;
	color:#000000;	}
	
a:HOVER {
	/*text-decoration: underline;*/
	text-decoration: none;
	color:#ffffff;	}


/*  ###### Portfolio Navigation #####  */



