/**~ default definitions **/
html, body 
{
  font: 10pt verdana, sans-serif; 
  padding:0;
  margin:0;
}
body {
  text-align:center;
}
/**~ container definitions **/
#container
{ 
  background-image: none;
  position: relative;
  width: 700px;
  height: 600px;
  margin: 0 auto;
  background-color: fff;
  z-index:0;
}

#logo
{
  position:relative;
  text-align:right;
  top:74px;
  right:30px;
}	
#contact
{
  position:relative;
  text-align:left;
  top:88px;
  left:30px;
}
#contact span
{
  color:#626365;
  text-decoration: none;
}	
a:link 
{ 
  color: #626365;
  text-decoration: none;
}
a:visited 
{ 
  color: #626365;
}
a:hover
{ 
  color: #626365;
  text-decoration: underline;
}
a:active 
{ 
  color: #626365;
}
