@charset "UTF-8";
/* CSS Document */

body {
width:100%;
height:100%;
    font-size:12px; 
    font-family:Verdana;
    margin:0;
	text-align: center;
	background-position:center; 
	overflow-x:hidden
}
div#bg {
    width: 100%;
	height:100%;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px;
	background-repeat:repeat;
	background-attachment:fixed;
	padding-top:0;
	padding-left:0;
	background-position:0 ;
	overflow:hidden;
	visibility: visible;
	position:relative;
}

div#outer {
	width: 100%;
	height:100px;	
	background-color:#FFFFFF;
	padding: 0;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	margin-top:0;
	top:10%;
	left:50%;
	margin-left: -400px ;
  visibility:visible;
  position:absolute;
  	background-image: url(framebg.jpg);
	overflow:hidden;

  
}





