body,
	html {
		margin:0; 
		padding:0;
		color:#000;
		background-image:url('bg.jpg');
		background-repeat:repeat-x;
background-attachment:fixed;
	color: #000000;
font-family: georgia, sans-serif;
font-size: 14px;
}



	#wrap {
		width:750px;
		margin:0 auto;
		background:#fff;
	}
	#header {
    	padding:5px 10px;
		background:#fff;
	}
	h1 {
	    margin:0;
    }
	#nav {
		padding:5px 10px;
		background:#fff;
	}
	#nav ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li {
		display:inline;
		margin:0;
		padding:0;
	}
	#main {
		float:left;
		width:480px;
		padding:10px;
		background:#fff;
	}
	h2 {
		margin:0 0 1em;
	}
	#sidebar {
		float:right;
		width:230px;
		padding:10px;
		background:#fff;
	}
	#footer {
		clear:both;
		padding:5px 10px;
		background:#d8d8d8;
	}
	#footer p {
		margin:0;
    }
	* html #footer {
		height:1px;
	}
A:link {
color:#414040;  
text-decoration: none; 
background-color:#transparent; 
border:0px solid #transparent;}

A:visited {
color:#626262;  
text-decoration: none; 
background-color:#transparent; 
border:0px solid #transparent;}

A:hover {
color:#f69f64;  
text-decoration:none; 
border-bottom:1px dotted #9e9e9a;}

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

	</style>
