body {
	background-color: Black;
	margin: 0;
	background-image: url(stars.jpg);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
}
a {
	color: red;
	text-decoration: underline
}
a:hover {
	color: gray;
	text-decoration:none;
}
img {
    border: none;
}
h1 {
	color: #FFF;
	line-height: 28px;
	margin:0;
}
h3 {
	color: #6F92D4;
	text-align: left;
}
p {
	text-align: left;	
}
#container {
	width: 800px;
	height: 1000px;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	margin: 0;
}
#header {
	text-align: center;
	background-image: url(space.jpg);
	background-repeat: no-repeat;
	height: 160px;
}
#content {
	width: 800;
	height: auto;
	color: White;
}
.float-right {
	clear: right;
	float: right;
}
.float-left {
	clear: left;
	float: left;
}
.news {
	width: 220px;
	clear: right;
	float: right;
	background-image: url();
	background-position: center;
	background-repeat: no-repeat;
}
.news .top {
  	height: 40px;
  	background: url(star.gif) no-repeat top left;
	text-align: center;
}
.news .content {
	height: auto;
	padding: 4px;
	border: 1px solid White;
	margin: 0 20px 0 20px;
	font-size: 12px;
	color: Yellow;
	text-align: left;
}
.news .bottom {
	text-align: center;
	height: 30px;
	background: url() no-repeat top right;
	font-size: 12px;
}
#menu4 {
	width: 170px;
	border-style: solid solid none solid;
	border-color: #000;
	border-width: 1px;
	margin: 0 5px 5px 5px;
}
#menu4 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu4 li a {
	height: 32px;
	height: 24px;
	text-decoration: none;
}

#menu4 li a:link, #menu4 li a:visited {
	color: #CCC;
	display: block;
	background:  url(menu4.gif);
	padding: 8px 0 0 10px;
	filter:alpha(opacity=45);
	-moz-opacity:.45;
	opacity:.45;
}

#menu4 li a:hover, #menu4 li #current  {
	color: #FFF;
	background:  url(menu4.gif) 0 -32px;
	padding: 8px 0 0 10px;
}
.pics {
	width: 500px;
	float: center;
	margin: 50px 0px 5px 200px; 
	ylä,ala ,0ikea ,vasen
}
.pics .top {
  	height:20px;
  	background: url(star.gif) no-repeat top right;
	text-align: center;
}
.pics .content {
	height: auto;
	padding: 4px;
	border: 0px solid White;
	margin: 0 20px 0 20px;
	font-size: 12px;
	color: Yellow;
	text-align: left;
}
.pics .bottom {
	text-align: center;
	height: 30px;
	background: url() no-repeat top left;
	font-size: 12px;
}
#footer {
	width: 200px;
	text-align: center;
	color: #6F92D4;
	font-size:12px;
	margin: auto;
}
.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

/*----- IMAGES ----- */

a img{
	border: none;
}

img.left,img.center,img.right {
	padding: 4px;
	border: 1px solid #a0a0a0;
}

img.left {
	float: left;
	margin: 0px 12px 5px 0px;
	background:#fff;
}

img.right {
	float: right;
	margin: 0px 30px 5px 0px;
}

.hoverbox img
{
	background: #fff;
	color: inherit;
	vertical-align: top;
	width: 100px;
	height: 75px;
	margin: 2px;
	padding: 2px;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
}

.hoverbox li
{
	
	color: inherit;
	display: inline;
	float: left;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 300px;
	height: 200px;
}