 * {
 	margin: 0;
 	padding: 0;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;     
     
 }



html {
image-rendering: pixelated;
}

body {
width: 546px;;
margin: auto;
margin-top: 175px;
background-color: white;
font-family:  Tahoma,Arial,Helvetica;
font-size: 13px;
user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.leftgraphic {
display: inline-block;
height: 450px;
width: 450px;
float: left;
margin: 0px;
}

.content {
width: 339px;
height: 358px;
border: 0;
display: inline-block;
margin-bottom: 25px;
}

#top {
font-size: 12px;
background: lightgray;
padding: 1px;
}

#winamp-container {
position: fixed;
right: 0;
bottom: 0;
width: 275px;
height: 350px;
margin: 30px;
}

.links {
width: auto;
height: 374px;
display: inline-block;
margin-right: 20px;
vertical-align: top;
color:#182906;    
padding-top: 10px;
margin-left: 10px;
}

a {
color: #293908;    
text-decoration: underline #bac1b3;
}

a:hover {
color: #ea7060; 
}

.icons {
width: 52px;;
height: 374px;
display: inline-block;
vertical-align: top;
}

.bottom {
color: #bac1b3;
font-size: 11px;
}
