/* Sagebrushes Studio - Micheale Tristram

Version: 1.0 (Mar. 6, 2007)

Screen layout: */

body {
background:url("images/background1px.gif") repeat-y 0em 0em; background-color: #1b1b1b;
margin: 0em auto;
} 

/*** Container  ***/

#container
{
  background: url(images/Logo.gif) no-repeat 0em 20em;  
  width: 100%;
  height: 100%;
}

#topBox
{
  margin-top: 1em;
  margin-left: 30em;
  width: 250px;
  background-color: #333;
}


a {
color:#cc6600;
text-decoration:none;
}


a:hover   {cursor: pointer; color: #ffffff; text-decoration: none; text-transform: uppercase; font-weight: bold;}

a img {
border:0;
}
