body {
	background-color: #222222;
	background-image: url(bg.png);
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden
	}
	
#head {
		margin:40px auto;
		background: no-repeat;
		width:960px;
		height:180px;
		text-align: center;
		}
		
#footer {
		position: absolute ;
		bottom: 0px;
		height: 410px;
		width: 100%;
		background: url(logobot.png) center no-repeat;
		}
		
		
		
h1		{
		color: #7e7e7e;
		font-family: Helvetica;
		font-size: 2.5em;
		margin-bottom: 0px;
		margin-top: 0px;
		text-shadow: 0 1px 0 #fff, 0 -1px 0 #000;
}

h2		{
		color: #7e7e7e;
		font-family: Helvetica;
		font-size: 1em;
		margin-bottom: 0px;
		margin-top: 0px;

		}
a		{text-decoration: none;}