@charset "utf-8";
/* CSS Document */

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;outline:0;font-size:100%;vertical-align:baseline;background:transparent}

ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none
}:focus{outline:0 !important;border:none !important;}
ins{text-decoration:none}
del{text-decoration:line-through}
table{border-collapse:collapse;border-spacing:0}



html {height:100%; min-height:100%;  }
body{
	margin:0px;
	padding:0px;
	background: url(images/bg.jpg) repeat-x;
	font:14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#EAE7DF;
	height:100%; 
	min-height:100%;
	line-height:1
	 }
	 
#logo { 
    width:557px; 
	height:461px;
	background:url(images/logo.png) no-repeat;
	margin:auto;
	z-index:20;  } 
	
.twitter {
	height:84px;
	width:51px;
	float:right;
	margin: 213px 115px 0px 0px;
	}	
	
	
div, p, ul, h1, h2, h4, img, form, label{
     padding:0px; 
	 margin:0px;
	 }
	 
	 
#footer  { 

     border-top:solid 1px #ffffff;
	 min-height:100px;
	 z-index:10;
	 margin:auto;
	 } 
	  

	 
	 
		 

