body{ background-color:#fff;
      font-family: Comic Sans MS, cursive, sans-serif;

}


h3 {

	width: 1050px;
	height: 40px; 
	padding-left: 15px;
	margin: 0px;
	color: #000;
}
table{
    position:fixed;
    left:10px;
    top:550px;
    }
p{
    position:fixed;
    left:100px;
    top:500px;
}

/* Link */

a {  
    display: inline-block;
    position:fixed;
    top:580px;
    left:350px;
	color: orange; 
	text-decoration: underline; 
	font-size: 14px; 
	 
	width: 120px; 
	height: 14px;
    padding: 10px 6px 10px 6px;  
	text-align: center
	 		

	
}
              
a:hover {  
    display: inline-block;
    color: #04075D; 
	text-decoration: none; 
	font-size: 14px;
	color: red; 
	width: 120px; 
	height: 14px;
	padding: 10px 6px 10px 6px;  
	text-align: center;
}

	
	
/* Page Layout */
	
h3{posititon:fixed;
   top:0px;
   left:0px;}


/*Canvases*/
#wings{
    position:fixed;
    top:50px;
    left:20px;
    border: 1px solid #9C9898;
    z-index:1;
    
}
#body{
    position:fixed;
    top:50px;
    left:20px;
    border: 1px solid #9C9898;
    z-index:2;
    
}
#horns{
    position:fixed;
    top:50px;
    left:20px; 
    border: 1px solid #9C9898;
    z-index:3;
    
}
#eyes{
    position:fixed;
    top:50px;
    left:20px;
    border: 1px solid #9C9898;
    z-index:4;
}
#blush{
    position:fixed;
    top:50px;
    left:20px;
    border: 1px solid #9C9898;
    z-index:5;
}
#mouth{
    position:fixed;
    top:50px;
    left:20px;
    border: 1px solid #9C9898;
    z-index:6;
}
#save{
    display:none;
}

/*Buttons*/

/* button background*/
div.buttoncontent {
   position: fixed;
   top: 20px;
   left: 540px;
   background: rgba(255,138,30,0.9);
   width: 430px;
   -moz-border-radius-topright:12px;-moz-border-radius-topleft:12px;-moz-border-radius-bottomright:12px;-moz-border-radius-bottomleft:12px;
   -webkit-border-top-right-radius:12px;-webkit-border-top-left-radius:12px;-webkit-border-bottom-right-radius:12px;-webkit-border-bottom-left-radius:12px;
}

/* button-shadow */
.buttoncontent input:hover {
   opacity:1.0;box-shadow:0px 0px 10px rgba(80%,25%,80%,0.5);
}
.buttoncontent input{
   opacity:0.7;
}
/*button spacing*/
#Wings{
   padding: 10px;
}
#Body {
   padding: 10px;
}
#Eyes {
   padding: 10px;
}
#Horns {
   padding: 10px;
}
#Mouth{
   padding: 10px;
}
#Blush{
   padding: 10px;
}
#saving{   
   padding: 10px;  
}
#colorrange{
   font-family: Comic Sans MS, cursive, sans-serif;
   padding: 20px 0px 0px 10px;
   text-decoration: underline;
}

