* {
    padding : 0;
    margin : 0;
    border : 0;
}

a {
    color : #949494;    
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color : #949494;    
    text-decoration: underline;
    font-weight: bold;
}

body {
    background : url(bg.gif) top repeat-x #000;
    margin-left : auto ;
    margin-right : auto;
    width: 768px;
    text-align : center;
    font-family: tahoma;
    font-size: 12px;
    color : #949494;
}

.body {

}

.page {
    text-align: left;
}

.logo {
    margin-top : 50px;
    margin-bottom: 20px;
    text-align: center;
}

.text-temp {
   text-align : center;     
}
.text-temp h1{
    font-size: 18px;
    margin-bottom : 10px;  
    text-transform: uppercase;      
}

