html, body {
	height: 100%;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
//	background-color: #262626;
	background-color: black;
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	color: #282828;
}

#global {
	position: relative;
	height: 100%;
	min-height: 600px;
	min-width: 1000px;
	max-width: 1200px;
	margin: auto;
	vertical-align: middle;
}

#center {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 600px;
	margin-left: -50%;
	margin-top: -300px;
}

#background {
	height: 585px;
	background-image: url('../images/background.jpg');
	background-position: center;
}

#main {
	position: absolute;
	width: 500px;
	height: 535px;
	background-image: url('../images/white.png');
	left: 0;
	top: 20px;
}

#footer {
	height: 15px;
}

#content {
}

#inner {
	padding: 0 10px 0 10px;
}

#text {
	width: 500px;
	height: 520px;
	overflow-y: scroll;
	font-size: 12px;
	line-height: 14px;
	text-align: justify;
}

#text p {
}

#close {
	width: 500px;
	text-align: center;
}

#close img {
	height: 15px;
}


/********/
/* MENU */
/********/

#menu {
	position: absolute;
	right: 50px;
	top: 0;
	width: 180px;
	color: black;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	padding: 0;
	display: block;
	font-size: 13px;
	margin: 0 0 1px 0;
	background-image: url('../images/white.png');
	width: 180px;
}

#menu li a {
	line-height: 20px;
	text-decoration: none;
	padding: 0 0 0 10px;
}

#menu li a:hover {
	text-decoration: underline;
}

#menu p {
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 14px;
}

/**********/
/* FOOTER */
/**********/

#footer p {
	margin: 0;
	padding: 0;
	line-height: 15px;
	font-size: 10px;
	color: white;
	text-align: center;
}

#footer a {
	text-decoration: underline;
	color: white;
}

#footer a:hover {
	text-decoration: none;
	color: white;
}

/***********/
/* GENERAL */
/***********/

h1 {
	padding: 17px 0 0 0;
	margin: 0;
	font-size: 17px;
	font-weight: normal;
}

h2, h2 a {
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

p, li {
	font-size: 12px;
}

a {
	color: black;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0px;
}

.center {
	text-align: center;
}