.bg {
	background-color: #000000;
	background-image: url(bg_full.jpg);
	background-repeat: no-repeat;
}
.bgRight {
	background-attachment: fixed;
	background-image: url(bg_right.jpg);
	background-repeat: no-repeat;
}
.bgLeft {
	background-attachment: fixed;
	background-image: url(bg_left.jpg);
	background-repeat: no-repeat;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
.white {
	color: #FFFFFF;
}

div.bgGrey {
	background-color: #000000;
	filter:alpha(opacity=60);
	opacity:0.6;
	border: 1px solid #999999;
	width: 394px;
	height: 460px;
}
div.frameContent {
	margin: 5px;
}
div.topMargin5 {
	margin-top: 5px;
}
