@charset "utf-8";
/* CSS Document */

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000000;
}
#bg {
	background-color: #000000;
	background-image: url(images/bg_sculptextreme.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 801px;
	width: 100%;
}
#video {
	background-position: center;
	margin: 0px;
	position: absolute;
	top: 36px;
	height: 350px;
	width: 400px;
	left: 35%;
}
#text {
	top: 450px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #FFFFFF;
	position: absolute;
	left: 37%;
	right: 50%;
	background-color: #333333;
	width: 400px;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 18px;
}
