@charset "UTF-8";


*
{
  color:white;
  font-family:Georgia,"Times New Roman",Arial,sans-serif;
  font-size:14px;
}

html,body
{
  background-color:#343434;
}

img
{
  border:none;
}

a
{
  color:#a3b8fc;
  text-decoration:none;
}
a:hover
{
  border-bottom:1px dashed;
}

h1
{
  font-size:140%;
  text-align:center;
}

h2
{
  font-size:120%;
}

h3
{
  font-weight:bold;
}

#container
{
  margin:0 auto;
  width:1038px;
}

#header
{
  background-image:url(/images/header.jpg);
  height:221px;
  background-repeat:no-repeat;
    position:relative;
  top:-80px;
}

#content
{
  position:relative;
  top:-135px;
  width:998px;
 background-image:url(/images/background.jpg);
  background-repeat:repeat-y;
  padding-left:20px;
  padding-right:20px;
}


#portfolioLink
{
  position:absolute;
  top:120px;
  z-index:1;
  left:50px;
}
#portfolioLink img
{
  position:absolute;
  top:0px;
  left:0px;
}
#portfolioImage-hover
{
display:none;
}


#servicesLink
{
  position:absolute;
  top:120px;
  z-index:1;
  left:250px;
}
#servicesLink img
{
  position:absolute;
  top:0px;
  left:0px;
}
#servicesImage-hover
{
  display:none;
}


#contactLink
{
  position:absolute;
  top:120px;
  z-index:1;
  left:450px;
}
#contactLink img
{
   position:absolute;
  top:0px;
  left:0px;
}
#contactImage-hover
{
  display:none;
}

#wdfaContactInfo
{
  position:absolute;
  top:60px;
  z-index:1;
  right:70px;
}



/*others*/

#footer
{
  position:relative;
  width:900px;
  margin:0 auto;
  padding-bottom:10px;
}

.left-corner
{
  position:absolute;
left:-42px;
}

.right-corner
{
  position:absolute;
  right:-42px;
}


.left-corner-bottom
{
  position:absolute;
  left:-42px;
   bottom:0px;
}

.right-corner-bottom
{
  position:absolute;
  right:-42px;
  bottom:0px;
}

.clear-both
{
  clear:both;
}
.center
{
  text-align:center;
}


#lightbox-background
{
  background-image:url(/images/box-background.png);
  z-index:10;
  position:absolute;
  top:0px;
  left:0px;
  display:none;
  text-align:center;
  padding-top:30px;
}
#lightbox-background a
{
  font-size:200%;
  display:none;
}
#lightbox-background img
{
  display:none;
}
