body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
    font-family: verdana,sans-serif;
	font-size:    x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #333;
}  
.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

body {
    background: #DEDEDE url(bg1p.png) repeat;
    text-align: center;
}

body img
{
	padding: 8px;
}

#loading
{
	font-family: serif;
    font-size: large;
    font-style: italic;
    color: White;
    padding: 10px;
}

#loading img
{
	vertical-align: middle;
}

#page
{
	visibility: hidden;
}

#links
{
	margin-top: 10px;
}

#links a
{
	color: #CDC673;
	text-decoration: none;
	letter-spacing: 1px;
    font-family: serif;
    font-size: large;
    font-style: italic;
}

#enter
{
	padding-right: 10px;
}
#vstupte
{
	padding-left: 10px;
}

#links a:hover
{
	color: White;
	letter-spacing: 1px;
}

#links img
{
	vertical-align: middle;
	filter:alpha(opacity=10); -moz-opacity:.1; opacity:.1;
} 