﻿/* CSS layout */
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}
#header {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 132px;
	text-align: center;
}
#flash {
	width: 646px;
	float: left;
	height: 480px;
}
#buttons {
	width: 325px;
	float: right;
}
#PCtext {
	width: 980px;
	text-align: center;
}
#textBottom {
	width: 980px;
}
#textTop {
	width: 980px;
	text-align: center;
}
.style1 {
	color: #FFFFFF;
}
body {
	background-color: #000000;
	top: 5px;
	bottom: 5px;
}
.style3 {
	margin-bottom: 0px;
}
.style4 {
	margin-bottom: 2px;
}
.style5 {
	margin-bottom: 1px;
}
.style6 {
	margin-bottom: 3px;
}
#footer {
	width: 980px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 10px;
}
.style7 {
	color: #8796C9;
	font-size: small;
}
