@charset "utf-8";
/* CSS Document */

body {
	background-image: url(img/BG3.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
.left {font-family: Arial, Helvetica, sans-serif; font-size: x-small; color: #158305; }
.rigth {font-family: Arial, Helvetica, sans-serif; font-size: x-small; color: #158305; text-align: right; }

a {
	text-decoration: underline;
}

a:link {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#flash {
	position: absolute;
	top:50%;
	left:50%;
	margin-top: -225px;
	margin-left: -375px;
	width: 750px;
	height: 440px;
	background: url(img/bgFlash.png) repeat-x bottom;
}

#developer {
	position: absolute;
	top:78%;
	left:98%;
	margin-top: 0px;
	margin-left: 0px;
	width: 12px;
	height: 120px;
}

#footer {
	width: 750px;
	height: 38px;
	margin-top: 16px;
}

#right {
	float: right;
	width: 350px;
	margin-top: 5px;
	margin-right: 15px;
}

#left {
	width: 350px;
	float: left;
	margin-top: 5px;
	margin-left: 15px;
}