/*  --  RESET  --  */

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,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	outline: 0;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,th {
	vertical-align: top;
}

ol,ul {
	list-style: none;
}

/*  --  COMMON  --  */

html,body {
	width: 100%;
	height: 100%;
}

body {
	background-color: #178230;
	background-image: url("body.png");
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
	color: #3e1741;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
}

a {
	text-decoration: none;
}

/*  --  MAIN FRAME  --  */

#frame {
	position: relative;
	width: 100%;
	min-height: 100%;
    height: auto !important;
  	height: 100%;
	background-image: url("frame.png");
	background-repeat: repeat-y;
}

#frame_top {
	position: relative;
	/*min-width: 800px;*/
	min-width:775px;

	width:expression(document.body.clientWidth < 777? "775px": "auto" );
	min-height: 768px;
	height: auto !important;
	height: 768px;
	/*background-image: url("frame_top.png");*/
  	/*background-image: url("frame_top_800.png");*/
  	background-image: url("frame_top_800.jpg");
	background-repeat: no-repeat;
	color: #bbd10a;
}

#frame_bottom {
    position: absolute;
    /*width: 793px;*/
  	width: 768px;
  	height: 30px;
    bottom: 0;
    text-align: right;
}

#frame_bottom span {
	color: #c6b94a;
	display: block;
	line-height: 30px;
	font-size: 12px;
	text-transform:none;
}

/*  --  PANEL  --  */

#panel {
	position: absolute;
	/*left: 517px;*/
	left: 492px;
	top: 112px;
	width: 274px;
	height: 305px;
}

#panel_inner {
	height: 290px;
    width : 260px;
/*	padding: 0 21px;*/
	font-size: 11px;
	color: #3e1741;
	position: relative;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	margin-left: -130px;
}

#panel_inner .buttons {
	padding-top:10px;
	padding-bottom: 15px;
	background-image:url(panel.png);
	background-size:100% 100%;

}

#panel_inner .buttons a {
/*	width: 232px;*/
	background-repeat: no-repeat;
	margin-top: 4px;
	margin-bottom: 4px;

}

#panel_inner .buttons a:hover {
	color: #FFFFFF;
}

.eosbutton {
	display:block;
	height: 24px;
/*	width: 232px;*/
	background-image: url(pattern.png);
	font-size: 19px;
	text-align: center;
	color: #bbd10a;
	background-position: center;
	padding-top:9px;
	text-transform:uppercase;
	
}


#panel_inner .link {
	text-align: right;
	padding-bottom: 18px;
	padding-right: 21px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.link_next {
	line-height: 21px;
	background-image: url("button_arrow.png");
	background-repeat: no-repeat;
	background-position: right top;
	display: inline-block;
	padding-right: 29px;
	font-size: 12px;
	color: #491b4d;
}

.link_next:hover {
	background-position: right bottom;
}
