/* CSS Document */

html, body, p, div, ul, ol, li, form, img, h1, h2, h3, h4, input, select
{
	 padding:0;
	 margin:0;
	 border:0;
}

body
{
	text-align:center;
	background-color: black;  /*#2C4245;*/
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}

#main
{
	height:100%;
	width:680px;
	margin: 0 auto;
	position:relative;
	padding-left:4px;
}

#content
{
	width:639px;
	height:120%;
	margin: auto auto;
	background-color:white;
	text-align:center;
}

#header
{
	position:relative;
	width: 639px;
}

div.header
{
	background:url(../img/header.jpg) no-repeat;
	height: 44px;
	width:296px;
	position:absolute;
	top: 20px;
	left: 160px
}

div.heart
{
	background:url(../img/heart.jpg) no-repeat;
	height: 122px;
	width:96px;
	position:absolute;
	top: 4px;
	left: 8px
}

div.horoscope1
{
	background:url(../img/horoscope1.jpg) no-repeat;
	height: 79px;
	width:141px;
	position:absolute;
	top: 0;
	left: 497px
}

div.horoscope2
{
	background:url(../img/horoscope2.jpg) no-repeat;
	height: 43px;
	width:100px;
	position:absolute;
	top: 79px;
	left: 538px
}

#menu
{
	background:url(../img/menu_bg.jpg) repeat-x;
	height:29px;
	position:absolute;
	top:79px;
	left:135px
}

ul li
{
	float:left;
	list-style:none;
}

#text, .text
{
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color: #5A3E2A;
	line-height:13px;
	text-align:left;
	margin: 30px 0 0 25px;
	position:relative;
}

#text span, .text span, #content span
{
	color: #D80314;
	font-weight:bolder;
}

a, a.hover
{
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color: #D80314;
	font-weight:bolder;
	text-decoration:none
}

div.text
{
	width:150px;
	position:absolute;
	left:97px
}

div.welcome
{
	width:410px;
	height:100%;
}

div.title
{
	margin-bottom:10px
}

#banner
{
	background:url(../img/banner.jpg) no-repeat;
	height: 86px;
	width: 639px;
	margin-top:22px;
}

#cel
{
	height:276px;
	position:relative
}

div.left
{
	/* background:url(../img/cel_tips.jpg) no-repeat;*/
	height:236px;
	width: 270px;
	position:absolute;
	top:25px;
	left:25px;
	padding: 10px 0 0 48px
}

div.right
{
	height:135px;
	width: 260px;
	position:absolute;
	top: 30px;
	left: 345px;
	padding: 10px 0 0 0;
	border: 1px #D80314 solid;
	background-color: #FFFBEE
}

.headmenu{color:yellow;font-size: 16px;background-color:black;width:100%}
.headmenu a{text-decoration: none;color:#e6e868;font-size: 14px}
.headmenu a:hover{color:red}
#faq{background-color: white;font-size: 12px;text-align: left;padding:10px;}
#faq h3{font-size: 14px;font-weight: bold}