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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}html{overflow:-moz-scrollbars-vertical}table{border-collapse:collapse;border-spacing:0}

body {
  background: #ffcd00 url(../img/body.jpg) repeat-x top;
}

#wrapper {
  width: 1016px;
  margin: 20px auto 0;
  z-index: 1;
  position: relative;
}

  #inner {
    border: 4px solid #fff;
    border-top: 0;
    margin: 0 0 0 5px;
    width: 998px;
  }

  #wrapper .tl,
  #wrapper .tr,
  #wrapper .bl,
  #wrapper .br {
    background: url(../img/corners.png) no-repeat 0 0;
    display: block;
    height: 8px;
    position: absolute;
    width: 5px;
  }
  #wrapper .tl {
    top: 0;
    left: 0;
  }
  #wrapper .tr {
    background-position: -8px 0;
    top: 0;
    right: 0;
  }
  #wrapper .bl {
    background-position: 0 -8px;
    bottom: -5px;
    left: 0;
    height: 5px;
  }
  #wrapper .br {
    background-position: -8px -8px;
    bottom: -5px;
    right: 0;
    height: 5px;
  }
  #wrapper .left {
    background: url(../img/edges.png) repeat-y left;
    display: block;
    height: 756px;
    width: 5px;
    left: 0;
    top: 8px;
    position: absolute;
  }
  #wrapper .right {
    background: url(../img/edges.png) repeat-y right;
    display: block;
    height: 756px;
    width: 5px;
    top: 8px;
    right: 0;
    position: absolute;
  }
  #wrapper .bottom {
    background: url(../img/bottom.png) repeat-x bottom;
    display: block;
    height: 5px;
    width: 1006px;
    bottom: -5px;
    left: 5px;
    position: absolute;
  }
#overflash {
    display:none;
	margin: 0 auto 0;
	width: 800px;
	height: 600px;
	background:#FFFFFF;
	z-index:10;
	padding:10px;
	border:4px #999999 solid;
}

#overflash #controller {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:11px;
	cursor:pointer;
	margin-bottom:7px;
}

a{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}