html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent
}
body {
line-height: 1
}
ol,ul {
list-style: none
}
blockquote,q {
quotes: none
}
blockquote:before,blockquote:after,q:before,q:after {
content: '';
content: none
}
:focus {
outline: 0
}
ins {
text-decoration: none
}
del {
text-decoration: line-through
}
table {
border-collapse: collapse;
border-spacing: 0
}
body {
background: #fff url(../img/whitey.png) repeat;
font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Tahoma,sans-serif;
color: #444;
font-size: 13px;
}
#container {
position: relative;
margin: 100px auto 0 auto;
width: 600px;
height: 346px;
background: rgba(255,255,255,0.4);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-html-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 1px 5px #aeadad;
-moz-box-shadow: 0 1px 5px #aeadad;
box-shadow: 0 1px 5px #aeadad;
}
html.ie #container{
	background-color:#fff;
}
h1 {
text-align: center;
padding-top: 40px;
font-weight: normal;
font-size: 15px;
font-variant: small-caps;
text-transform: lowercase;
letter-spacing: 2px;
}
.splash {
margin-top: 35px;
}
.splash img {
width: 600px;
height: auto;
}
#footer {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 58px;
padding: 20px;
background: #495960;
color: #fff;
line-height: 17px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
text-align: center;
}

#footer a {
color: #fff;
text-decoration: none;
border-bottom: 1px solid #b3b3b3;
}
#footer a:hover {
border-bottom: 1px solid #fff;
}
#copyright {
width: 600px;
margin: 30px auto;
text-align: center;
color: #969696;
}
#copyright a {
color: #969696;
text-decoration: none;
border-bottom: 1px solid #ccc;
}
#copyright a:hover {
color: #666;
border-bottom: 1px solid #878787;
}
