body {
		background-image:url('../images/bg1.jpg');
		background-repeat:no-repeat;
		background-color:#04005B;
		margin-top:0px;
		text-align: center;
}
a:link {
	color: #ffffff;
	text-decoration: none;
	}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	}
a:active {
	color: #333333;
	}

	#wrapper {
		width:752px;
		margin:0px auto;
		border:0px solid #bbb;
		padding:0px;
	}

	#header {
		border:0px solid #bbb;
		height:125px;
		padding:0px;
	}
	#content {
		margin-top:10px;
		padding-bottom:10px;
	}
	#content div {
		padding:5px;
		border:0px solid #bbb;
		float:left;
	}
	#content-left {
		width:200px;
		height:500px;
		font-family:Arial,Helvetica,sans-serif;
		font-size:12px;
		text-align: left;
		background-color: #000000;
        filter:alpha(opacity=60);
        opacity:0.6;
	}
	#content-main {
		font-family:Arial,Helvetica,sans-serif;
		font-size:14px;
		text-align: left;
		color:#ffffff;
		margin-left:20px;
		width:510px;
		height:500px;
		background-color: #000000;
        filter:alpha(opacity=60);
        opacity:0.6;
	}
	#content-right {
		margin-left:10px;
		text-align: left;
		width:134px;
		height:500px;
		background-color: #000000;
        filter:alpha(opacity=60);
        opacity:0.6;
	}
	#footer {
		font-family:Arial,Helvetica,sans-serif;
		font-size:14px;
		text-align:center;
		color:#ffffff;
		float:left;
		margin-top:10px;
		margin-bottom:10px;
		padding:10px;
		border:0px solid #bbb;
		width:730px;
		background-color: #000000;
        filter:alpha(opacity=60);
        opacity:0.6;
	}
	#bottom {
		clear:both;
		text-align:right;
	}

