@charset "UTF-8";
/* CSS Document */

* {
margin: 0 auto;
}

html {
	background-color:#fff;
    
}

 
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
     line-height: 18px;
	 color: #959595;
}

a:link {
	color: #959595;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #959595;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #959595;
}

#wrapper {
width:720px;
margin:90px auto;
}

#logo {
width:24px;
float:left;
margin: -5px 66px 0 0;
}

#nav {
	font-size:12px;
	word-spacing:38px;
	margin:0 105px 0 105px;
}

#client-nav {
	font-size:12px;
	margin:0 105px 0 105px;
}



#nav span {
	color: #000;
}

#video {
	width:720px; text-align:right;
}

#home-content {
	margin-top:27px;
	text-align:center;
}

#reel-content {
	width:720px;
	margin:27px auto;
}

#contact-content {
	width:600px;
	margin:27px auto;
	
}

#client-content {

	margin:27px auto;
	font-size:12px;
}

#client-content span {
	float:right;
}



#footer {
        margin: 0 10px 5px 0;
    padding: 0;
	position:absolute;
	bottom:0;
	right:0;
	font-size:10px;
}.losing {
}
