body{

	margin:0px;

	top:0px;

	left:0px;

	padding:0px;

	font-family: verdana, Helvetica, sans-serif;

	font-size: 100.1%; /*fixes bug in IE*/

	background-color: #000;

}

p{
	font-family: arial, Helvetica, sans-serif;

	font-size: 0.9em;

	color: #fff;

	background-color: #000; /*Mentioning background colour on every css code with text color to conform to standards and improve usability*/

	font-weight:normal;
	
}

#main{

	position:absolute;
	
	margin-top: -280px;

	margin-left: -485px;

	left: 50%;

	top: 50%;

	color: #fff;

	text-align:center;

	width: 970px;

	height: 560px;

	padding: 0px;

	font-size: 0.9em;

	background-image: url(../images/backgroundSurround.gif);

	background-repeat: repeat;

	background-attachment: scroll;
	
	background-position: 0% 0%; 

	background-color: #000;

}


#flashcontent{


	position:absolute;
	
	margin-left: 0px;

	margin-top: 0px;

	left: 5px;

	top: 5px;

	color: #000;

	text-align:center;

	width:960px;

	height: 550px;

	padding:0px;

	font-size: 0.9em;

	background-color: #fff;

}


a:link
{

	color: red;

	background-color: #000;

	text-decoration: none;

}

a:visited
{

	color: red;

	background-color: #000;

	text-decoration: none;

}

a:hover
{
	color: white;

	background-color: red;

	text-decoration: none;

}

a:active
{

	color: red;

	background-color: #000;

	text-decoration: none;
}