body {
background-color:#eee;
background-image:url('image/bg.png');
direction: ltr;
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.head {
width: 1000;
background-image: url('sq.png');
background-repeat: repeat-x;
width: 100%;
height: 60;
position: absolute;
top: 0;
right: 0;
left: 0;
-moz-box-shadow: 0 0 5px #000000;
-webkit-box-shadow: 0 0 5px #000000;
box-shadow: 0 0 5px #000000;
}

.logo {
color: #555;
font: 2em Tahoma;
}

.foot {
background-image: url('sq.png');
width: 100%;
height: 32;
position: absolute;
bottom: 0;
right: 0;
left: 0;
-moz-box-shadow: 0 0 5px #000000;
-webkit-box-shadow: 0 0 5px #000000;
box-shadow: 0 0 10px #000000;
}

.table {
margin-top: 225;
text-shadow: 0 0 1px #ffffff;
}

.face {
background-image: url('image/face.png');
height: 256;
width: 256;
cursor: pointer;
}

.under {
color: #999999;
font-size: 1.2em;
text-shadow: 0 1px 2px #fefefe;
}

.ie {
background-image: url('ie/ie.png');
width: 256;
height: 256;
display: block;
margin-right: auto;
margin-left: auto;
margin-top: 225;
}
.bestview {
font-size: 0.8em;
color: #555;
text-align: center;
margin-bottom: 225;
}

.bottom {
direction: ltr;
font-size:0.8em;
color:gray;
position:absolute;
bottom:8px;
text-align:center;
width:100%;
left:0;
right:0;
}

a:link,a:visited {
color:#000;
text-decoration:none
}

a:hover {
color:#aa71ff;
text-decoration:none
}
