#aboutlink {
 font-family:"Trebuchet MS",sans-serif;
 color:rgb(120,110,100);  
 text-decoration:none;
 font-size:medium;
}

a:link {
 color:orange; 
 text-decoration:none;
}

a:visited {
 color:orange; 
 text-decoration:none;
}

a:hover {
 color:white; 
 text-decoration:none;
}

a:active {
 color:gray; 
 text-decoration:none;
}

#player {
 font-family:Impact,sans-serif;
 color:rgb(240,200,150);
 background-color:rgb(120,110,100);
 letter-spacing:.1em;
 padding:5px;
}

#music {
 position:relative;
 top:-20px;
 padding:10px;
 font-family:Georgia,seif;
 font-style:italic;
 font-size:medium;
 color:rgb(240,200,150);
 background-color:rgb(120,110,100);
 letter-spacing:.1em; 
}

#stripe-top {
 position:relative;
 top:-20px;
 font-family:"Trebuchet MS",sans-serif;
 font-size:14px;
 font-weight:bold;
 color:rgb(255,245,225);
 background-color:rgb(204,154,104);
 border:2px solid rgb(184,134,84);
 text-transform:uppercase;
 letter-spacing:.2em;
}

#stripe-bottom {
 position:relative;
 top:-20px;
 font-family:"Trebuchet MS",sans-serif;
 font-size:14px;
 font-weight:bold;
 color:rgb(255,245,225);
 background-color:rgb(204,154,104);
 border:2px solid rgb(184,134,84);
 text-transform:uppercase;
 letter-spacing:.2em;
}

body {
 margin:0px;
 border:0px;
 background-image:url(curlgrad.png);
}

#nails {
 position:relative;
 top:-20px;
 width:1070px;
 float:left;
}

.thumbnails {
 margin:10px;
}

#clear {
 clear:both;
}