body {
   background-attachment: fixed;
   background-image: url(../img/background.jpg);
   background-position: right top;
	font-family: Verdana;
   font-size: 12px;
	color: orange;
}

img {
   border: 0;
}

a:text {
   TEXT-DECORATION: none; color: orange;
}

a:link {
   TEXT-DECORATION: none; color: #FF7920;
}

a:hover {
   TEXT-DECORATION: none; color: #FFDC00;
}

a:visited {
   TEXT-DECORATION: none; color: #FF7920;
}

a:visited:hover {
   TEXT-DECORATION: none; color: #FFDC00;
}

#main_window {
   width: 820px;
	height: auto;
	margin: auto;
}

#main_window_top {
   width: 820px;
	height: 196px;
	margin: 0px;
	clear: both;
	background-image: url(../img/top.png);
	background-repeat: no-repeat;
	position: relative;
	
}

#main_window_center {
   width: 820px;
	height: auto;
	margin: auto;
	clear: both;
	display: table;
	background-color: #000000;
}

#main_window_center_left {
   width: 194px;
	height: 345px;
	margin: auto;
	float: left;
	background-image: url(../img/left.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	text-align: center;
	line-height: 23px;
}

#main_window_center_right {
   width: 616px;
	height: auto;
   min-height: 600px;
	margin: auto;
	float: left;
	padding-left: 10px;
	text-align: center;
}

#main_window_bottom {
   margin: auto;
	width: 820px;
	height: 27px;
	clear: both;
	background-image: url(../img/bottom.png);
}

#box-link { 
   position: absolute; 
	top: 130px; 
	left: 290px; 
	width: 250px; 
	height: 70px; 
	background-color: transparent; 
	border: none; 
}	

