html, body
{
	margin:0;
	padding:0;
	height: 100%;
}

body
{
	background-color: #ffffff;
	text-shadow: #ffffff 0px 0px 0px; /* remove Safari antialias */
	background-image: url(/img/bg.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

#wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position:relative;
	margin-bottom: -50px;
}

#rofoot
{
	width:100%;
	height:50px;
	position:relative;
}
#rofootinner
{
	width:100px;
	height:50px;
	margin:0px 20px 0px auto;
	text-align:right;
}
#rofootspace {height: 20px;}




/**************************************************** main layout
****************************************************/

#container
{
	width:720px;
	position:relative;
	margin:auto;
	padding:40px;
}

#sign
{
	position:absolute;
	left:170px;
	top:40px;
	width:507px;
	height:250px;
	background-image: url(/img/sign.png);
	z-index: -1;
}
* html #sign {background-image: url("/img/spacer.gif"); filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="/img/sign.png");}

#menu
{
	padding-top:200px;
}

#main
{
	margin:auto;
	padding-top:30px;
}



/**************************************************** default
****************************************************/

a {color:#000000;}
a:hover {color: #898989;}

a {outline: none;}
a img {border:0px;}

h2
{
	margin:20px;
	font-size: 24px;
	color: #000000;
	font-weight: normal;
}

.nopad {padding: 0px;}
.small {font-size: 11px;}
.color1 {color: #898989;}

.clear
{
	height: 0px;
	overflow: hidden;
	clear: both;
}

.collapsed
{
	border-collapse:collapse;
	border-spacing:0px;
	border:0px;
}

.nosize
{
	width:0px;
	height:0px;
	border:0px;
	margin:0px;
	padding:0px;
	font-size:0px;
	overflow:hidden;
	position:absolute;
}

object /* no bottom space for flash */
{
	display: block;
	background-image: url(/img/spacer.gif);
	background-attachment: fixed;
	outline: none;
}




/**************************************************** menu
****************************************************/

#menutable
{
	border-collapse:collapse;
	border-spacing:0px;
	border:0px;
	margin:auto;
	/*width:100%;*/
}

#menutable td
{
	padding:0px;
	/*text-align:center;*/
}
/*
#menu a
{
	display:block;
	padding:6px 15px;
	color:#000000;
	text-decoration:none;
	font-size:14px;
}
*/

#soundcont
{
	width:16px;
	height:16px;
	padding:0px 20px;
}

/**************************************************** main
****************************************************/

#main p
{
	width:562px;
	margin:20px auto;
}

.midblock
{
	width:584px;
	margin:auto;
}

a.piclink
{
	display:block;
	float:left;
	display:inline;
	margin:7px;
	background:#ffffff;
	border:1px solid #000000;
	padding:14px;
	text-align:center;
	height:100px;
	width:100px;
}

a.piclink:hover
{
	background:#000000;
}

a.piclink img
{
	/*border:1px solid #000000;*/
}

/**************************************************** footer
****************************************************/

#footer
{
	text-align:center;
	font-size:11px;
	width:562px;
	margin:auto;
}
