﻿body{
background:url(../content/background.jpg);
margin-top:0px;
}
.anim
{
height:200px;
margin-bottom:0px;
border:#333333 solid;
border-width:0px 1px 0px 1px; 
background-image:url(../content/background.jpg);}


.buttons {
position:relative;
top:-4px;
border:0px;
width:1000px;
height:30px;
background:grey;
margin-bottom:0px;
}
.buttons td  {
width:16.6%;
cursor:pointer;
text-align:center;
background:url(../content/buttons.jpg);
background-position:top;
font-size:24px;
color:white;
text-shadow: 2px 2px 2px rgba(216, 211, 213, 0.69);
}
.buttons td:hover{color:#F3F5F8;
background-position:center;
text-shadow: 2px 2px 2px rgba( 
231, 243, 233, 0.45);
}
.buttons td:active{background-position:bottom;
text-shadow: 1px 2px 3px rgba( 
34, 43, 52, 0.9);  
}
.buttons td.selected
{
cursor:default;
text-align:center;
background:url(../content/selected.jpg);
background-position:top;
font-size:24px;
color:white;
text-shadow: 2px 2px 2px rgba(216, 211, 213, 0.69);
}
.content{width:235px;
height:830px;
border:0px;
}
.copy{
text-align:center;
color:white;
font-size:22px;
position:relative;
margin-bottom:20px;
top:-6px;
border-radius:0px 0px 35px 35px;
height:80px;
width:1000px;

background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(30,18,18,0.3) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(30,18,18,0.3))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(30,18,18,0.3) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(30,18,18,0.3) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(30,18,18,0.3) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(30,18,18,0.3) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#4d1e1212',GradientType=0 ); /* IE6-9 */

}
.copy  a{margin-left:5px;
margin-bottom:10px;
color:#EEEEEE;
text-decoration:underline;
font-size:14px;}

.oopsie{display:none;
background:#FFFBE6;
font-size:20px;
}
.oopsie a{color:red;}