/* -------------------------------------------------------------------- */
                          /* !*** GENERAL STYLES *** */
/* -------------------------------------------------------------------- */


body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #666;
		background-color: #100226;
		margin: 0;
		padding: 0;
		} 

a:link {
	text-decoration:none;
	}

a:visited {
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	color:#f00;
	}

a,
a:focus {
      outline: none;
      }
	
h1,h2,h3,h4,p,ul,li{
	margin: 0;
	padding: 0;
	}
	
img {
	border: none;
	}

.clear {
	clear: both;
	line-height: 0;
	}

.inv {
		display: none;
		}




#container {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		padding: 0;
		padding-bottom: 20px;
		text-align:left;
		}
		
#header {
		margin-top: 37px;
text-align: right;
		}		

#header img {
		
		}		
		
#main {
		clear: both;
		background: url('logo.png') no-repeat;
		width: 731px;
		height: 278px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 70px;
		}

#main h1 {
		display: none;		
		}		

#footer ul {
		width: 950px;
		list-style: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 70px;
		}

#footer li {
		float: left;
		height: 67px;
		}

#footer a {
		display: block;
		height: 36px;
		margin-top: 31px;
		}		

#footer li#losangeles{
		width: 328px;
		background: url('losangeles.png') no-repeat;
		}
#footer li#newyork{
		width: 310px;
		background: url('newyork.png') no-repeat;
		margin-left: 7px;
		}
#footer li#london {
		width: 297px;
		background: url('london.png') no-repeat;
		margin-left: 7px;
		}				
				
				
	
