html,
body {
padding: 0;
margin: 0;
height: 100%;
background-image:url('images/back_tile.jpg');
background-color:#cccccc;
font-family: 'Comfortaa', cursive;
color: #5c3059;
text-shadow: 0 1px 3px #222222;
}

#base{
 
background-image:url('images/light.png');
border-radius:10px;
box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.75);
-webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.75);
width:1100px;
height:92%;
position:relative ;
top:10px;
bottom:20px;
margin-left:auto;
margin-right:auto;
text-align:center;
}

a.button
{
	text-decoration: none;
    color: #5c3059;
}
a.button:hover {
    
   text-decoration: none;
   color: red;
   text-shadow: 0 2px 4px #000;
   
}
input,textarea {
border-radius:10px;
}
input{
    text-align:center; 
}
input:hover, textarea:hover, input:focus, textarea:focus  {
box-shadow: 0 0 5px #5c3059;
-webkit-box-shadow: 0 0 5px #5c3059; 
-moz-box-shadow: 0 0 5px #5c3059; 
-o-box-shadow: 0 0 5px #5c3059; 
-ms-box-shadow: 0 0 5px #5c3059; 
}