

body{
	font: 8pt/16pt 'Lucida Sans', Trebuchet, Sans-serif;	color: #ffffff;
	background: #000000;  
	}

#container{
	text-align: center;
	margin-top: 0px;
	}
	
#content{
	width:700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	}
	
.downloadbutton a{
      background-image: url(../images/downloadbutton.jpg);
      width: 122px;
      height: 40px;
      float: left;
	}
.downloadbutton a:hover{
      background-position: right;
	}
	

.largebutton a{
      background-image: url(../images/lgbutton.jpg);
      width: 122px;
      height: 40px;
      float: left;
	}
.largebutton a:hover{
      background-position: right;
	}
	
.medbutton a{
      background-image: url(../images/medbutton.jpg);
      width: 122px;
      height: 40px;
      float: left;
	}
.medbutton a:hover{
      background-position: right;
	}
	
.smbutton a{
      background-image: url(../images/smallbutton.jpg);
      width: 122px;
      height: 40px;
      float: left;
	}
.smbutton a:hover{
      background-position: right;
	}

.bump{
    	margin-left: 20px;
	}


.hide{
    	display:none;
	}