/*------------------------------------*\
  RESET
\*------------------------------------*/


html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
  display:block;
}
body{
  line-height:1;
}
ol,ul{
  list-style:none;
}

del{
  text-decoration:line-through;
}

table{
  border-collapse:collapse;
  border-spacing:0;
}

/*------------------------------------*\
  MAIN
\*------------------------------------*/

body {background-image:url(../images/ventbg.jpg); background-repeat:no-repeat; font-size:14px; font-family:Arial, sans-serif; color:#111; line-height:17px; background-color:#416FAB; background-size: cover; -moz-background-size: cover;}
p {padding-bottom:9px}
#wrap {width:1200px}
#logo {width:460px; float:left; margin-top:200px; margin-right:30px}
#about {width:400px; float:left; margin-top:200px;  margin-right:30px}
#clients {width:200px; float:left; margin-top:200px; text-transform:uppercase}

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

#photocredit {writing-mode: tb-rl; color:#FFF; position:absolute; left:-60px; bottom:80px; font-size:10px;-webkit-transform: rotate(270deg); -moz-transform: rotate(270deg);}
#copyright {position:absolute; left:15px; bottom:2px; font-size:10px; color:#FFFFFF}
