.main{
background-color: #EEEEEE;
}

/* Top menu */

.top_image{
width: 1000px;
height: 474px;
background-image: url('/img/top.jpg');

}

.top_menu{
width: 200px;
border: thin solid #000000;
position: relative;
left: -10px;
top: 280px; 
text-align: left;
background-color: #636363;
filter: alpha(opacity=70);
opacity: 0.7;
}

.top_menu a{
display: block;
font-size: 18px;
text-decoration: none;
color: #FFFFFF;
background-color: #636363;
padding-left: 35px;
}

.top_menu a:hover{
display: block;
font-size: 18px;
text-decoration: none;
color: #fdc3b5;
background-color: #000000;
padding-left: 50px;
}

.top_menu div{
display: block;
font-size: 18px;
text-decoration: none;
color: #FFFFFF;
background-color: #636363;
padding-left: 35px;
}

.top_menu div:hover{
display: block;
font-size: 18px;
text-decoration: none;
color: #fdc3b5;
background-color: #000000;
padding-left: 50px;
}

.border{
position: relative;
top: 320px;
left: -100px;
width: 797px;
border: thin solid #656565;}

.auth_form{
width: 310px;
position: relative;
left: -345px;
top: 300px; 
color: #FFFFFF;
text-align: left;
background-color: #636363;
filter: alpha(opacity=70);
opacity: 0.7;
}


/*Context*/
.context{
background-color: #FFFFFF;
width: 1000px;
}

/*Archive*/

.letter_menu{
position: relative;
top: -40px;
left: 290px;
text-align: left;
width: 410px;
background-color: #656565;
filter: alpha(opacity=70);
opacity: 0.7;
border: thin solid #AAAAAA;
padding-left: 10px;
}

.letter_menu a{
text-decoration: none;
font-weight: bold;
font-size: 12px;
font-family: fantasy;
color: #FFFFFF;
}

.letter_menu a:hover{
text-decoration: none;
font-size: 15px;
color: #fdc3b5;
}

.advertising{
float: right;
width: 130px;
height: 600px;
}

.song_links{
text-align:left;
float:left;
}

.song_links a{
text-align: left;
display: block;
border: thin dotted #AAAAAA;
width: 350px;
height:15px;
vertical-align: middle;
margin: 5px;
padding-top: 1px;
padding-left: 30px;
font-size: 11px;
background-color: #EEEEEE;
text-decoration: none;
color: #111111;
}

.song_links a:hover{
border: thin dotted #0000FF;
}

.artist_song_links{
text-align:left;
float:left;
width: 400px;
}

.artist_song_links a{
text-align: left;
display: block;
border: thin dotted #AAAAAA;
width: 300px;
height:15px;
vertical-align: middle;
margin: 5px;
padding-top: 1px;
padding-left: 30px;
font-size: 11px;
background-color: #EEEEEE;
text-decoration: none;
color: #333333;
}

.artist_song_links a:hover{
border: thin dotted #0000FF;
}

.art_name{
font-size: 18px;
text-align: center;
}
.raspora{
width: 1000px;
clear: both;}

.archive_text h1{
font-size: 20px;
font-family: cursive;
color: #d3593b;
}

.archive_text p{
position: relative;
left: -50px;
font-size: 14px;
font-family: cursive;
color: #101010;
text-align: justify;
width: 700px;
}

.copyright{
text-align:center;
font-size: 10px;
color: #555555;
}

/*********Main page***************/

.home_content{
color: #555555;
}

.home_content p{
text-align: justify;
padding-left: 10px;
padding-right: 140px;

}

.home_content h1{
font-size: 20px;
font-family: cursive;
color: #d3593b;
}

#home_top_text{
text-align: left;
}

/*********Download****************/
.ul_download{
list-style-type: decimal;
text-align: left;
}

.text_link{
display: block;
float: right;
color: #FF0000;
}

/***********Registration **************/
.register_form{
width: 700px;
height: 350px;
background-image: url('/img/lock.png');
background-repeat: no-repeat;
background-position: 50% 50%;
}

#message{
width: 200px;
height: 64px;
display: none;
background-image: url('/img/warning.jpg');
font-size: 24px;
padding-top: 25px;
background-repeat: no-repeat;
background-position: 50% 50%;

}

