@charset "UTF-8";
/* CSS Document */

body	{
font-family: Helvetica, Arial, sans-serif;
color:#000000;
overflow:hidden;

}

/* Structure */

#flash-background{
		width:1014px;
		text-align:left;
		margin:0px auto;
		position:absolute;
		top:0px;
		left:50%;
		margin-left:-507px;
		z-index:0;
		background-color:#22c3f3;
		background-position:center;
	}
	
#website{								/*This is the central content*/
		width:600px;
		height:600px;
		display:block;
		text-align:left;
		margin:30px auto;
		position:relative;
		z-index:10000;
	}
	
/* Content */
	
#text	{
float:inherit;
position: relative;
width:800px;
float:left;
display:block;
}

#footer	{
	position:fixed;
	font-size:12px;
	bottom:0px;
	left: 0;
	height:50px;
	left:50%;
	right:0;
	margin-left:-507px;
	padding-right:10%;
	width:1500px;
	background:#FFF;
	display:block;
	z-index:10000;

}

p	{
font-size:16px;
line-height:22px;
background-color:#ffffff;
background-attachment:fixed;
padding:3px;
}

h1	{
color:#000000;
text-align:center;
margin:0 0 0 0;
}

a	{
	color:#000;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}


a:hover	{
	color:#FFF;
	background-color:#000;
}

p.small	{
font-size:12px;
position:fixed;
bottom:0px;
}

p.right	{
	float:right;
	margin-top:50px;
}

p.left	{
	float:left;
	margin-top:50px;

}

.text-content{
		padding:10px;
	}
	
#footer a	{
text-decoration:none;
color:#000;
font-weight:bold;
padding:3px;

}

#footer a:hover	{
background-color:#000;
color:#fff;
padding:3px;
}

#footer p	{
	padding-left:20px;
}

strong	{
font-weight:normal;
background-color:#000000;
color:#FFFFFF;
padding:3px;
}