@charset "UTF-8";
/* CSS Document */

body{
background-image:url(background_image.gif);
background-repeat:repeat-y;
background-color:#333333;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
margin-left:100px;
}

#holder{
width:1024px;
overflow:hidden;
}

#logo{
width:765px;
height:154px;
background-image:url(logo.gif);
}

#topspacer{
width:100%;
height:100px;
}

#bottomspacer{
width:100%;
height:100px;
}

div.button{
width:109px;
height:47px;
float:left;
}

img.button{
border:0px solid #FFFFFF;
}

#buttonbar{
width:436px;
height:47px;
}

#content{
background-color:#4c4c4c;
border:3px solid #b8e52e;
width:765px;
height:400px;
}

#name{
width:765px;
text-align:center;
font-size:40px;
}

span.green{
color:#b8e52e;
}

span.brown{
color:#7f7768;
}
