﻿* {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

body {
	width: 1000px;
	color: #ffffff;
	background-color: #000000;
	font-family: sans-serif;
	font-size: 16px;
	background-image: url('../images/stars.jpg');
	background-repeat: repeat;
	background-attachment:fixed;
}

h1 {
	font-size: 32px;
}

h2	{
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

a:link { font-weight:bold; color:#ffcc00; text-decoration:none; }
a:visited { font-weight:bold; color:#ffcc00; text-decoration:none; }
a:focus { font-weight:bold; color:#ffcc00; text-decoration:underline; }
a:hover { font-weight:bold; color:#ffcc00; text-decoration:none; }
a:active { font-weight:bold; color:#ffcc00; text-decoration:underline; }


.img_zodiac {
	position: fixed;
	top: 20px;
	left: 20px;
	width: 400px;
	height: 424px;
}

.img_title {
	position: absolute;
	top: 20px;
	left: 18px;
	width: 864px;
	height: 175px;
}


.contents {
    position: absolute;
	top: 220px;
	left: 50px;
	width: 800px;
}

.contentblock {
	top: 0px;
	left: 0px;
	width: 800px;
	background-color: rgba(0,0,150, 0.75); 
	border: 2px solid rgb(50,50,255);
	border-radius: 10px;
}

.contenttext {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.spacer {
	height: 30px;
}

.spacer_small {
	height: 15px;
}