html{
cursor:default;
}
body{font-family:Verdana,Helvetica,sans-serif;font-size:12px;
background:url(images/background/background1.jpg) no-repeat bottom right fixed #000000}

.box{
	width:460px;padding:20px 30px;
	position:absolute;top:100px;left:580px;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	cursor:pointer;
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFFFFF;background-color:#000000;height:20px;
	padding:0px;line-height:150%;
	display:block;
	width:420px;
	border-top: 1px solid #ffffff;

	
	/* End layout CSS */

	overflow:hidden;
}

.dhtmlgoodies_question2{
	color:#FFFFFF;background-color:#000000;height:1px;
	padding:0px;line-height:150%;
	display:block;
	width:420px;
	border-top: 1px solid #ffffff;
}

.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	width:420px;
	display:block;
	/* End layout CSS */

	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding-top:5px;padding-bottom:5px;
	font-size:12px;color:#FFFFFF;line-height:150%;
	position:relative;	
 	display:block;
}

H1{
font:normal 24px Calibri, Century Gothic,Lucida Grande, sans-serif;
line-height: 100%;
color:#FFFFFF;
}	

H3{
font:normal 36px Calibri, Century Gothic,Lucida Grande, sans-serif;
line-height: 100%;
color:#FFFFFF;
}	

.tags{position:absolute;right:140px;bottom:10px;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

.feel{position:absolute;left:140px;bottom:40px;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

.logo{position:absolute;left:20px;bottom:30px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}


A:LINK, A:VISITED {
	font-family : Verdana, sans-serif;
	font-size : 12pt;
	font-size : 12px;
	color : #ffffff;
	line-height: 150%;
	text-decoration: none;
	}
	
A:ACTIVE, A:HOVER {
	font-family : Verdana, sans-serif;
	font-size : 12pt;
	font-size : 12px;
	color : #80B3BB;
	line-height: 150%;
	text-decoration: none;
	}

A:LINK.ref, A:VISITED.ref {
	font-family : Verdana, sans-serif;
	font-size : 12pt;
	font-size : 12px;
	color : #80B3BB;
	line-height: 150%;
	text-decoration: none;
	}
	
A:ACTIVE.ref, A:HOVER.ref {
	font-family : Verdana, sans-serif;
	font-size : 12pt;
	font-size : 12px;
	color : #ffffff;
	line-height: 150%;
	text-decoration: none;
	}
