/* CSS Document */
body {
	background:#0f0c09;
	color: white;
	}
#content {
	width: 725px;
	height: 580px;
	text-align: center;
	margin: auto;
	margin-top: 50px;
	padding: 35px 35px 40px 38px;
	background: url(images/swirls.jpg);
	} 
#iframe {
	border: none; 
	background:url(images/contentbg.jpg);
	}
h1 {
	color: #f5c2cc;
	}

body {
	scrollbar-3dlight-color: #6f533b;
    scrollbar-arrow-color: #6f533b;
    scrollbar-track-color: #43342d;
    scrollbar-darkshadow-color: #1d1814;
    scrollbar-face-color: #43342d;
    scrollbar-highlight-color: #6f533b;
    scrollbar-shadow-color: #1d1814;
	}
