/*
  CSS Framework v.2.4

  Author: Kamil Kuczmera 
  E-mail: kamil@kuczmera.com
  Modification: 29.10.2009
*/

/* Global reset */
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,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}body{line-height:1;color:#000;background:#fff}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}
input,button{overflow:visible}strong{font-weight:bold}em{font-style:normal}

html {
	background: #FFA800 repeat-x url(site-bg.gif);
	height: 100%;
}

body {
	background: none; 
	text-align: center;
	font: 10px Verdana, sans-serif;
	color: #fff;
	width: 700px;
	height: 150px;
	text-align: center;
	position: absolute;
		top: 50%;
		left: 50%;
	margin: -75px 0 0 -350px;
}	

h1 {
	font: normal 80pt Georgia;
}

p {
	position: relative;
	bottom: 11px;
	left: 130px;
}