@charset "UTF-8";

body {
	background-color:black;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;

}
#container {
	height:900px;	
	width:800px;
	margin:0 auto;
	margin-top:20px;
	background: #f5f4f9 no-repeat scroll;
}

img {
	border-style: none;
}

h1{
	font-size:100%;
	margin:0;
	margin-top:5px;
	
}
p {
	font-size:80%;
margin:0;
padding:5px;
text-align:justify;
}



#top {
	height:20%;
}

#middle{
		height:20%;
		float:left;
}

#bottom{
	height:60%;
}

#left{
	width:400px;
	vertical-align:middle;
	text-align:center;
	float:left;
	
}


#right{
	width:400px;
	vertical-align:middle;
	text-align:center;
	float:left;
}

#text{
	padding: 10px 5px 0px 5px;}
	
	
	.centre {
		text-align:center;
}
