
/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */



html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	margin: 0;

	padding: 0;

	border: 0;

	vertical-align: baseline;

	background: transparent;

}
html{
                height: 100%;
            }

body {
	background:#FFF url(bckg.jpg) bottom no-repeat;
	line-height: 1;
	font:Tahoma, Geneva, sans-serif;
	margin:0;


}



h1, h2, h3, h4, h5, h6 {

	font-weight: normal;

	clear: both;

}


#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 900px; 
}





#wrapper {

	position: relative;
	text-align: left;
	width: 950px;
	height: 380px;
	margin: 0px auto;


font:Tahoma, Geneva, sans-serif;
}


#first {
	margin:0 10px;
	padding:5px 30px;
	border-top:#696 dotted 1px;
	float: left;
	width:220px;
	text-align:center;
}
#first a:hover {color:#696;}

#second {
	border-top:#900 dotted 1px;
	padding:5px 10px;
	margin:0 20px;
	float: left;
	width:240px;
	text-align:center;
}
#second a:hover {color:#900;}

#third {
	border-top:#F90 dotted 1px;	
	padding:5px 10px;
	margin:0 25px;
	float: left;
	width:240px;
	text-align:center;
}
#third a:hover {color:#F90;}

#pasus{clear:both; padding: 20px 70px 10px 20px; font-style:italic; font-size:14px}



/* Main global 'theme' and typographic styles  */






hr {

	background: url(images/hr.png) no-repeat;

	border:0;

	height: 10px;

	margin-bottom: 18px;

	clear:both;

}



/* Text elements */

p {color:#666}

a {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}


a:link {
	color:#999;
	font-weight:bold;
	text-decoration:none;
}


a:hover {

    font-weight:bold;
	text-decoration:none;
	color:#999;

}






