body
	{
	width:100%;
	margin: 0px;
	padding:0px;
	height:100%;
	background-color:#ADB6FB;
	}
	
#intro
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image:url(bg.jpg);
	background-attachment:fixed;
	background-position:top;
	background-repeat:no-repeat;
	background-color:#ADB6FB;
	color:#264096;
	font-weight:bold;
	text-decoration:none;
	}

#intro a
	{
	color:#264096;
	text-decoration:none;
	}

#content
	{
	position:absolute;
	width:800px;
	margin-left:-400px;
	left:50%;
	height:99%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image:url(bg.jpg);
	background-attachment:fixed;
	background-position:top;
	background-repeat:no-repeat;
	background-color:#ADB6FB;
	color:#264096;
	}
#text
	{
	position:absolute;
	left:0px;
	text-align:left;
	width: 600px;
	padding-right:10px;
	}

#menu
	{
	position:absolute;
	top: 40px;
	width: 200px;
	left: 600px;
	color:#000000;
	font-weight:bold;
	font-style:italic;

	}

#button
	{
	margin-top: -1px;
	width: 150px;
	height: 30px;
	background-image:url(button.jpg);
	background-repeat:no-repeat;
	}
#flags
	{
	position:absolute;
	top:10px;
	left:550px;
	width:100px;
	}

#faq
	{
	position:absolute;
	left: 600px;
	top: 400px;
	}

h3
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	color:#000000;
	}

#buttontxt
	{
	padding-top: 10px;
	padding-right: 46px;
	font-size:13px;
		
	}

.buttona a
	{
	text-decoration:none;
	color:#000000;
	}

.buttona a:hover
	{
	text-decoration:underline;
	color:#FF0000
	}

.buttona a:active
	{
	text-decoration:underline;
	color:#FF0000
	}

.rlight
	{
	background-color: #EEEEEE;
	font-size:12px;
	}
	
.rdark
	{
	background-color: #CCCCCC;
	font-size:12px;
	}


