body {
	background-color:#202020;
}

a {
	text-decoration:none;
	color:#1d3ca8;
}

a:visited {
	/*text-decoration:none;*/
	color:#1d3ca8;
}

a:active {
	/*text-decoration:none;*/
	color:#cc0000;
}

a:hover {
	text-decoration:underline;
	color:#ff9900;
}


div.container {
	position:absolute;
	width:700px;
	height:680px;
	left:50%;
	top:0px;
	margin-left:-350px;
	margin-top:10px;
}

div.noflash {
	background-image:url('image/bg.jpg');
	background-repeat:no-repeat;
	width:700px;
	height:680px;
	padding-top:50px;
}

div.walls {
	background-image:url('image/bgwalls.jpg');
	background-repeat:no-repeat;
	width:700px;
	height:650px;
	padding-top:30px;
}

div.txtbox {
	width:390px;
	height:580px;
	overflow:auto;
	margin-left:290px;
	margin-right:20px;
	padding-right:5px;
	vertical-align:center;
	font-size:small;
	line-height:150%;
	color:#222222;
	/*
	border-style:solid;
	border-width:1px;
	border-color:#ff0000;*/
}

div.wallsbox {
	width:230px;
	height:620px;
	overflow:auto;
	margin-top:0px;
	margin-left:460px;
	margin-right:10px;
	padding-right:5px;
	vertical-align:center;
	font-size:small;
	line-height:140%;
	color:#222222;
	/*
	border-style:solid;
	border-width:1px;
	border-color:#ff0000;*/
}

p.lead {
	font-size:normal;
	font-weight:bold;
}

span.lead {
	color:#000000;
	font-size:normal;
	font-weight:bold;
}

p.copyright {
	font-size:smaller;
	line-height:130%;
}

p.line {
	margin-top:2em;
	border-style:dotted;
	border-width:1px 0 0 0;
	border-color:#202020;
}


div.links {
	width:696px;
	font-size:small;
	color:#bbbbbb;
	text-align:right;
	margin-top:5px;
}

div.links a {
	text-decoration:none;
	font-weight:bold;
	color:#dddddd;
}

div.links a:visited {
	/*text-decoration:none;*/
	color:#dddddd;
}

div.links a:active {
	/*text-decoration:none;*/
	color:#cc0000;
}

div.links a:hover {
	text-decoration:underline;
	color:#ff9900;
}


div.headline {
	width:696px;
	font-size:medium;
	color:#000000;
	background-color:#eeeeee;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:5px;
}
