body {
	background-color:#676767;
	background-image: url(img/bg.png);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: right;
	color:#000000;
	font-family: arial,sans-serif;
	font-size:10px;
	margin:5px;
	text-align: justify;
	width: 100%;
	height:100%;
	overflow-y:hidden;
	overflow-x:hidden;
	}

img {
	border: 0px;
	}

img.thumb {
	border: 3px;
	border-style: solid;
	border-color:#ffe400;
}

img.new {
	z-index: 3;
	position: relative;
	right: 20px;
	top: -40px;
}

a {
	color:#ffe400;
	}

a:visited {
	color:#ffe400;
	text-decoration:line-through;
	}

a:hover {
	color:#ffe400;
	text-decoration:underline;
	}

p.center {
	color:#000000;
	font-size:10px;
	text-align:center;
	}


div.content1 {
	background-image:url(img/content1bg.png);
	background-repeat: no-repeat;
	right:340px;
	top: 115px;
	position: absolute;
	width:202px;
	height: 420px;
	overflow: hidden;

	}

div.text {
	padding-left: 10px;
	padding-right: 10px;
	text-align:justify;
	z-index: 10;
}

div.content2 {
	background-image:url(img/content2bg.png);
	background-repeat: no-repeat;
	right:560px;
	top: 115px;
	position: absolute;
	text-align:center;
	width:420px;
	height: 100%;
	overflow: auto;
	}

div.menu {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 0;
	}

div.switchup {
	position: absolute;
	top: 0px;
	right: 0px;
	}

div.gallery {
	padding: 30px;
	z-index: 10;
	height: auto;
}