@charset "utf-8";

/* ------------------------------------------------------------------------- */
/* ELEMENTS */
body,td,th {
	color: #000;
}
body {
	/*background-color: #3f3f3f;*/
	/*background: #000014 url(../res/bg.jpg) no-repeat;*/
	background: url(../res/bg2.jpg) #183348 fixed bottom left no-repeat;
	background-position: top center;
	background-color: #000014;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	outline: none;
}

#content
{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	color:white;
	width:860px;
	height:660px;
	margin:30px auto;
	background-image: url(../res/bg_grey.png);
	padding:20px;
	font-size:30px;
}

/*
blue #3E9FBC
pink #CC527F
gre  #6FB13E
*/

h1
{
	font-size:40px;
	color:#3E9FBC;
}

.centered
{
	width:80%;
	margin:0 auto;
}

#flash
{
	margin:10px;
	margin-left:50px;
}

#prevLink
{
	width:150px;
	height:700px;
	position:absolute;
	top:30px;
	margin-left:-20px;
	
	-moz-border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	border-radius-top-left: 20px;
	-moz-border-bottom-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-radius-bottom-left: 20px;	
}

#prevLink:hover
{
	background: #fff;
	opacity: .1;
}

#nextLink
{
	width:150px;
	height:700px;
	position:absolute;
	top:30px;
	margin-left:730px;
	
	-moz-border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	border-radius-top-right: 20px;
	-moz-border-bottom-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-radius-bottom-right: 20px;	
}

#nextLink:hover
{
	background: #fff;
	opacity: .1;
}

#contentFrame
{
	width:855px;
	height:655px;
}