/* indexÝč */
*{
margin: 0px;
padding: 0px;
}

a img{
border:none;
}

body{
text-align:center;
background-image:url(../img/index_bg.gif);
background-repeat:no-repeat;
background-attachment :fixed;background-position :left top;
}


#index{
width:500px;
height:auto;
margin:100px auto 20px auto;
vertical-align:middle;
background-color:#FFFFFF;
color:#000000;
font-size:12px;
padding:20px;
border:1px solid #000000
}
#index .title{
font-size:14px;
font-weight:bold;
color:#FF3366;
text-align:center;
margin:7px;
padding:2px;
background-color:#000000;
}
#index .txtx{
font-size:10px;
color:#000000;
text-align:center;
line-height:180%;
padding:10px;
}

#index a:link { 
font-weight: bold;
color: #868C1E;
} 

#index a:visited {
font-weight: bold;
color: #868C1E;
} 

#index a:hover {
font-weight: bold;
color: #FF3366;
} 

.search {
font-size:10px;
color: #666666;
} 

.search a:link { 
color: #999999;
} 

.search a:visited {
color: #999999;
} 

.search a:hover {
color: #FF3366;
} 