/* CSS Document */

body{

   background-color: ffffff;
    background-image: url("images/start/back.jpg");
        background-repeat:repeat-y;
    background-position: top center;
margin:0px;
padding:0px;
}

#start{
position:absolute;
  background-image: url("images/start/back2.jpg");
  background-repeat: no-repeat;
width:800px;
height:200px;
margin-left:-400px;
margin-top:-100px;
left:50%;
top:50%;
}

#button{
position:absolute;
vertical-align: middle;
text-align: center;
width:140px;
height:134px;
margin-left:-72px;
margin-top:-67px;
left:50%;
top:50%;
}

#myspace{
position:absolute;
vertical-align: middle;
text-align: center;
width:44px;
height:52px;
margin-left:-22px;
left:50%;
top:180px;
}

a img {
   filter:alpha(opacity=100); 
   -moz-opacity: 1.0; 
   opacity: 1.0;}

a:hover img {
   filter:alpha(opacity=70);   
   -moz-opacity: 0.7;   
   opacity: 0.7;}