html,body {
	margin:0;
	padding:0;
	}

body {
	font: 76% arial,sans-serif;
	text-align:center;
	background-image:url(images/background.jpg);
	}
	
a:link {
	color:#0026BA; 
	text-decoration:none
	}
	
a:visited {
	color:#0026BA; 
	text-decoration:none
	}
	
a:active {
	color:black; 
	text-decoration:none
	}
	
a:hover {
	color:black; 
	text-decoration:none;
	}


div#header {
	position:relative;
	text-align:right;
	height:120px;
	line-height:120px;

	}

div#header h1 {
	height:120px;
	line-height:120px;
	margin:0;
	color: #0026BA;
	font-size: 24px;
	}


div#container {
	text-align:center;
	}

div#alpha p {
	text-align:center;
	margin-bottom: 40px;
	}

div#beta p {
	text-align:center;
	margin-bottom: 40px;
	}
	
div#gamma p {
	text-align:center;
	margin-bottom: 40px;
	}

div#footer p {
	margin:0;
	padding:5px 10px;
	color: #0026BA;

	}

div#footer a {
	display:inline;
	padding:0;
	}

div#container {
	width:700px;
	margin:0 auto;
	}

div#wrapper {
	float:left;
	width:100%;
	}

div#beta {
	text-align:center;
	margin: 0 250px;
	}

div#gamma {
	float:left;
	width:200px;
	margin-left:-200px;
	text-align:center;
	}

div#alpha {
	float:left;
	width:200px;
	margin-left:-700px;
	text-align:center;
	}

div#footer {
	clear:left;
	width:100%;
	text-align:right;
	}

  

