html{ margin: 0; padding: 0; width: 100%; height: 100%; }
#bg_image { position: fixed; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; }
#scrollable { position: absolute; width: 100%; height: auto; top: 0; left: 0; z-index: 2; text-align:center}

 #header {
  background: #000000;
  width: 100%;
  height: 137;
  background-image: url('../../newimage/banner.png');
  background-repeat: no-repeat;
  background-position:top center;
}

#menucontainer{
		  height: 43;
		  background-image: url('../../newimage2/linkback.png');
 		 background-repeat: repeat-x;
 		  background-position:top center;

			valign: middle;
			display:block;
			align: center;
		    width: 100%;
		    margin:0 auto;
			text-align:center 
						}

body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #eee;
	color: #444;
	font-size: 75%;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin-top: 0px;
	margin-left: 20px;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}
h2 {
	padding-top: 0px;
	font-size:2em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 900px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#container {
	padding: 0px;
	width: 850px;


}
div#albumcontainer {
	padding-top: 25px;
	padding-left: 24px;
	width: 850px;
	text-align: center;
	padding-bottom: 24px;



}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
#footer{
	width: 100%;
	height: 100%;
	background:url(../../newimage2/footer.png);
	background-position:top;
	background-repeat:repeat-x;
	margin-top: 15px;

}

