body {
	margin:0px;
	padding:0px;
	height: 100%;
	width: 100%;
	background-image: url(../bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#flashDiv {
	height: 100%;
	width: 100%;
}

/* hide from ie on mac \*/
html {
	height: 100%;
	width: 100%;
	
	overflow: hidden;
}

/*contact form*/
table {
	background-color: #191919;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;

}


