* { margin: 0; 
  padding: 0;

}

body { color: #000000;
	background-color: #C7C092;
	font-family:"Lucida Sans",helvetica,verdana,arial;
	font-size: 11px;
	line-height: 16px;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	text-align: right;
}

#main { padding-top: 120px; 
	padding-left: 320px; 
	width:510px;
	text-align: right;
}

#box {   
	padding-right: 10px;
	border-right: 1px solid #191D1F;
	line-height:16px;
	margin-bottom:33px;
}

h1 {
	background:transparent none repeat scroll 0 0;
	color:#191D1F;
	font-size:110px;
	font-weight:bold;
	height:auto;
	letter-spacing:-8px;
	line-height:81px;
	margin-bottom:33px;	
	text-indent:0;	
	text-transform:uppercase;
	width:auto;
}

h2 {
	background:transparent none repeat scroll 0 0;
	color:#191D1F;
	font-size:30px;
	font-weight:bold;
	height:auto;
	letter-spacing:-4px;
	text-indent:0;
	text-transform:uppercase;
	width:auto;
	text-align: right;
}

a:hover {
	color:#191D1F;
	background-color: #C7C092;
}

a {
	color:#C7C092;
	background-color: #191D1F;
	padding-left: 1px;
	padding-right: 1px;
}