body {
  margin: 0px;
  padding: 0px;
  background: #505050 url("res/background.jpg") center 0px no-repeat;
  color: #FFFFFF;
  font-size: 12px;
  font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

#logo
{
  position: absolute;
  background: url("res/logo.png") no-repeat;
  width: 702px;
  height: 654px;
  top: 10px;
  left: 50%;
  margin-left: -351px;    
}

#content
{
  position: absolute;
  width: 750px;
  top: 650px;
  left: 50%;
  margin-left: -375px;    
}

#communities
{
  text-align: center;
  background: url("res/visit.png") no-repeat center 0px;
  padding: 80px 0px 80px 0px;
}

.imglink
{
  display: inline-block;
  border: 0px ! important;  
  font-size: 0px;
  margin: 0px 10px 0px 10px;
}

.myspace
{
  width: 255px;
  height: 84px;
  background: url("res/myspace.png") 0px 0px no-repeat;
}

.myspace:hover
{
  background-position: 0px -84px;
}

.twitter
{
  width: 243px;
  height: 76px; 
  background: url("res/twitter.png") 0px 0px no-repeat;
}

.twitter:hover
{
  background-position: 0px -76px;
}

.lastfm
{
  width: 167px;
  height: 84px; 
  background: url("res/lastfm.png") 0px 0px no-repeat;
}

.lastfm:hover
{
  background-position: 0px -84px;
}

#contact
{
  text-align: center;
  background: url("res/contact.png") no-repeat center 0px;
  padding: 80px 0px 80px 0px;
}

A:link {
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: #FFFFFF dotted 1px;
  border-color: #FFFFFF; 
}

A:visited {
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: #FFFFFF dotted 1px;
  border-color: #FFFFFF; 
}

A:hover {
  color: #C0C0C0;
  text-decoration: none;
  border-bottom: solid 1px;  
  border-color: #C0C0C0; 
}

A:active {
  color: #C0C0C0;
  text-decoration: none;
  border-bottom: #C0C0C0 dotted 1px;
  border-color: #C0C0C0; 
}

.code
{
  background: url("res/arrow.png") 3px 25px no-repeat;
  font-size: 17px;
  color: #ee8824;
  font-weight: bold;
  padding: 18px 0px 0px 26px;
  text-shadow: 0 -1px 0 #2D2D2D;
}

.marker
{
  color: #ee8824;
  font-weight: bold;
  padding-left: 5px;
}

.inputStyle
{
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  border: 2px solid #3e3e3e;
  background-color: #676767;
  color: #DDDDDD;
  font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 4px;
}

.inputStyle:focus
{
  border-color: #2D2D2D;
  background-color: #AAAAAA;
  color: #000000;
}

.inputError { 
  border: 2px solid #ee8824 ! important;  
}

#message {
  display: block;
  border: 2px solid;
  width: 476px;
  text-align: center;
  padding: 10px;
  margin: 20px auto 20px auto;  
}

.error {
  border-color: #ee8824 ! important;
  background-color: #9c5c2c;
}

.success {
  border-color: #20aa09 ! important;
  background-color: #007400;
}

label
{
  color: #AAAAAA;
  text-shadow: 0 -1px 0 #2D2D2D;
  font-size: 12px;
}

table
{
  width: 500px;
  margin: 0px auto 0px auto;
}

table td
{
  text-align: left;
  width: 50%;
}

input[type=text]
{
  width: 236px
}

select
{
  width: 500px;
}

textarea
{
  height: 200px;
  width: 488px;
}

#MessageSubmit
{
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #3e3e3e url('res/btn.png') repeat-x scroll 0 0;
  border: 2px solid #3e3e3e;
  color: #FFFFFF;
  text-shadow: 0 -1px 0 #3e3e3e;
  margin-top: 10px;
  padding: 4px 10px;
  font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  float: right; 
}

#MessageSubmit::-moz-focus-inner
{
  padding: 0;
  border: 0;
}

#MessageSubmit:hover, #MessageSubmit:focus
{
  background-position: 0 -8px;
  cursor: pointer;
}