body {
	background: #888349 url('../images/convention/background.png') no-repeat fixed top left;
	color: #754835;
}

#trans_bg_horizontal {
   background-color: #E7E7D6;
   border: solid 1px #D1AA24;
}

#trans_bg_vertical {
   background-color: #E7E7D6;
   border: solid 1px #D1AA24;
}

#trans_bg_main {
   background-color: #E7E7D6;
   border: solid 1px #D1AA24;
}

A:link {
	color: #888349;
	text-decoration: none;
	font-weight: bold;
}

A:visited {
	color: #888349;
	text-decoration: none;
	font-weight: bold;
}

A:active {
	color: #808080;
	text-decoration: underline;
	font-weight: bold;
}

A:hover {
	color: #808080;
	text-decoration: underline;
	font-weight: bold;
}

#overlay{ 
filter: alpha(opacity=70);
   -moz-opacity: 0.70;
   opacity: 0.70;
   background-color: #D1AA24;
}

* html #overlay{
	filter: alpha(opacity=70);
   -moz-opacity: 0.70;
   opacity: 0.70;
   position: absolute;
   background-color: #D1AA24;
}