/* CSS GENERAL */

html, body{
 height:100%;
 min-height:100%;
 color:#FFFFFF;
 font-family:Verdana;
 background-color:#000000;  
}
body{
 margin:0;
 padding:0;
}

#Global{
	position:absolute;
	left:50%;
	margin-left:-450px;	
	width:900px;
	padding-left:20px;
	height:100%;
	background:url(bg_horomundi.jpg) no-repeat;
}

#Title {
	font-size:36px;
	margin-top:200px;
	width:100%;
	text-align:center;
}
#SubTitle {
	font-size:25px;
	margin-top:25px;
	width:100%;	
	text-align:center;	
	
}
.byIans{
	font-size:16px;
	margin-top:10px;	
	width:100%;	
	text-align:center;	
	
}
.byIans a{ 
	color:#FFF;
	text-decoration:underline;
}
.byIans a:hover{ 
	color:#FFF;
	text-decoration:none;
}
#Content {
	font-size:14px;
	margin-top:50px;
	line-height: 25px;
}
#bottom{
	font-size:14px;
	margin-top:50px;
	text-align:center;
}
#bottom a{
	color:#FFF;
	font-size:18px;
	text-decoration:underline;	
}
.center{
	width:100%;
	text-align:center;
}
.left{
	padding: 10 20 10 10;
	float:left;
}
.right{
	padding: 10 10 10 20;
	float:right;
}
.caption {
	font-size:12px;
}
