* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}

#container {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	width: 1024px;
	height: 1000px;
	margin: auto;
	position: relative;
}

#main_container {
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	width: 1024px;
	height: 1000px;
	margin: auto;
	position: relative;
}

#menu {
	position: absolute;
	top:100px;
	left: 468px;
}

#menu a {
	margin-left: 19px;
}

#przyszlosc {
	position: absolute;
	top: 440px;
	left: 40px;
}

#czy_wiesz {
	margin-top: 5px;
	background-image: url(../images/czywiesz_big_bg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	width: 604px;
	height: 305px;
	position: relative;
}

#czy_wiesz .txt {
	position: absolute;
	top: 110px;
	left: 340px;
	width: 240px;
}

.see_more {
	color: #DBA507;
}

#right_boxes {
	position: absolute;
	top: 213px;
	left: 677px;
}




#opinie {
	background-image: url(../images/opinie_bg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	width: 304px;
	height: 304px;
	position: relative;
}

#opinie .txt {
	position: absolute;
	top: 55px;
	left: 35px;
	width: 240px;
}

#opinie .txt .signature {
	margin-top: 10px;
	text-align: right;
}

#footer {
	width: 100%; 
	text-align: center; 
	position: absolute;
	bottom: 80px;	
}
#footer2 {
	width: 100%; 
	text-align: center; 
	position: absolute;
	bottom: 25px;	
}

#footer a {
	font-weight: bold;
}

#footer div {
	color: #737373;
	font-size: 10px;
	margin-top: 20px;
}

#box_czywiesz {
	background-image: url(../images/czywiesz_bg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	width: 304px;
	height: 304px;
	position: relative;
}

#box_czywiesz .txt {
	position: absolute;
	top: 55px;
	left: 35px;
	width: 240px;
}

#omnie {
	position: relative;
	top: 213px;
	left: 40px;
	background-image: url(../images/omnie_bg.jpg);
	background-repeat: no-repeat;
	width: 620px;
	height: 634px;
}

#omnie .txt {
	position: absolute;
	top: 75px;
	left: 25px;
	width: 570px;
}

#sign {
	position: absolute;
	top: 18px;
	left: 50px;
}

#prawda {
	position: relative;
	top: 213px;
	left: 40px;
	background-image: url(../images/prawda_bg.jpg);
	background-repeat: no-repeat;
	width: 620px;
	height: 634px;
}

#prawda .txt {
	position: absolute;
	top: 60px;
	left: 25px;
	width: 320px;
}

#prawda .txt2 {
	position: absolute;
	top: 340px;
	left: 260px;
	width: 330px;
}


/*test*/
#question_list {
	position: relative;
	top: 213px;
	left: 40px;
	background-image: url(../images/question_number_bg.jpg);
	border-width:1px 0 1px 0;
	border-style:solid;
	border-color:#262626;
	width: 70px;

}

#question_list div {
	padding-top: 11px;
	padding-bottom: 2px;
	font-weight: bold;
	text-align: center;
}

#question_list div.future {
	padding-top: 11px;
	padding-bottom: 2px;
	color: #4B4B4B;
	text-align: center;
}

#question {
	position: absolute;
	top: 213px;
	left: 135px;
	background-image: url(../images/question_bg.jpg);
	background-repeat: no-repeat;
	width: 526px;
	height: 304px;
}

#question #label {
	font-weight: bold;
	margin-top: 112px;
	text-align: center;
	font-size: 14px;
}

#question #txt {
	font-weight: bold;
	margin-top: 30px;
	text-align: center;	
}

#answers {
	position: absolute;
	top: 542px;
	left: 135px;
	width: 526px;
	height: 304px;
}

#answer1 {
	background-image: url(../images/question1_bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 152px;
	height: 137px;
}

#answer2 {
	background-image: url(../images/question2_bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 187px;
	width: 152px;
	height: 137px;
	
}

#answer3 {
	background-image: url(../images/question3_bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 374px;
	width: 152px;
	height: 137px;
}

#answer4 {
	background-image: url(../images/question4_bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 167px;
	left: 0px; 
	width: 152px;
	height: 137px;
}

#answer5 {
	background-image: url(../images/question5_bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 167px;
	left: 187px; 
	width: 152px;
	height: 137px;
}

#answer6 {
	background-image: url(../images/question6_bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 167px;
	left: 374px;
	width: 152px;
	height: 137px;
}

table.vertical {
	width: 100%;
	height: 100%;
}

table.vertical td {
	text-align: center;
	font-weight: bold;
}

.horoskop_over {
	background-color: #5E0000;
	padding: 0px;
	position: relative;
}

.horoskop_over a {
	display: block;
	width: 100%;
	padding: 40% 0;
	vertical-align: text-bottom;
	position: absolute;
	top: 0px;
	left: 0px;
}

#horoskop_result {
	position: absolute;
	top: 223px;
	left: 155px;
	background-color: #000000;
	width: 715px;
	height: 480px;
	border: 2px solid #E8A300;
	z-index: 3;	
	opacity: 0.8;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8; 
}

#horoskop_result table {
	width: 100%;
	height: 100%;
	text-align: center;
	font-weight: bold;
}

#horoskop_result div {
	line-height: 25px;
}

#star {
	color: #6F6F6F;
	font-size: 10px;
	position: absolute;
	bottom: 1px;
	left: 0px;
	padding: 0px 30px;
}
.alert {
	color: #F50000;
	font-weight: bold;
}

#regulamin {
	position: relative;
	top: 213px;
	left: 40px;
	background-image: url(../images/regulamin_bg.jpg);
	background-repeat: no-repeat;
	width: 620px;
	height: 633px;
}

#regulamin h1 {
	font-size: 17px;
	margin-bottom: 5px;	
}

#regulamin h2 {
	font-size: 13px;
	margin-bottom: 3px;		
}

#regulamin p {
	margin: 4px 0px;
	font-size: 11px;
}

#regulamin .txt {
	position: absolute;
	top: 75px;
	left: 25px;
	width: 570px;
	height: 535px;
	overflow-y: scroll;
}


#partner {
	position: relative;
	top: 213px;
	left: 40px;
	background-color:black;
	width: 620px;
	height: 486px;
	border:1px solid #3D3D3D;
}

#siatka{
	margin-left:20px
}


#partner_box {
	background-image: url(../images/partner.png);
	background-repeat: no-repeat;
	background-color: #000000;
	width: 302px;
	height: 235px;
	position: relative;
	border: 1px solid #69676A;
	margin-bottom:20px
}

#partner_box .txt {
margin-top:55px;
text-align:center;
width: 302px;
height:40px;

}

#partner_box a {
width:302px;
height:140px;
display:block
}




.l	{padding:0;margin:0;float:left;width:40px;height:28px}
.horo	{
padding:0;
margin:0;
width:620px;
height:486px;
border:0;
display:none;
text-align:center;

font-size:15px;
font-style:italic;
font-family:'Trebuchet MS';
background-image: url(../images/rose.png);
color:#AFCCFF;
line-height:160%;
}







#paulina {
	background-image: url(../images/paulina_bg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	width: 304px;
	height: 304px;
	position: relative;
}

#paulina .txt {
	position: absolute;
	top: 55px;
	left: 35px;
	width: 240px;
}

.paulina_a:hover {text-decoration:none}
.paulinaaa{
position: absolute;
top: 155px;
left: 0px;
display:block;width:100%;height:150px
}





.exit	{padding:0;margin:0;font-size:1px;text-align:right}
.horo h2	{padding:0;margin:0;text-align:center;font-weight:normal;font-size:16px;}
.exita	{width:15px;height:10px;display:block;background-image: url(../images/x.png);margin:auto;text-align:right}

