body {
	font: 80% arial, helvetica, sans-serif;
	background:#343434;
	margin: 0;
	font-weight: bold;
	color: #ffffff;
}

h2 {
	font-size: 1.7em;
	color: #003366;
	
}

h3 {
	font-size: 1em;
	color: #FFF;
	text-align: center;
	margin: 0;
}
		
#containerHome {
	position: relative;
	width: 1000px; /* real width */
	top: 30px;
	margin-top: 200px;
	height: 588px;
	background: #99cc00;	
	margin: auto;
	padding: 0;
}

#containerDVD {
	position: relative;
	width: 1000px; /* real width */
	top: 30px;
	margin-top: 200px;
	height: 588px;
	background: #e3800b;	
	margin: auto;
}

#mFlash {
	position: relative;
	top: 14px;
	left: 130px;
	width: 480px;
}

#content {
	width: 1000px;
	height: 330px;
	background: url(../images/leftDVD.jpg) no-repeat top left;
}

#content2 {
	width: 1000px;
	height: 330px;
	background: url(../images/leftHome.jpg) no-repeat top left;
}

#nav {
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 25px;
	background: #009eff;	
}

#nav a{
	text-decoration: none;
	color: #fff;
	float: right;
	margin-right: 40px;
	margin-top: 3px;
}

#nav a:hover{
	color: #DBDBDB;
}

#header{
	width: 1000px;
	height: 158px;
}

#flash {
	position: relative;
	left: 350px;
	top: 55px;
	height: 330px;
	width: 460px;
}

#homeText {
	position: absolute;
	left: 620px;
	top: 235px;
	height: 330px;
}

#dvdText {
	position: absolute;
	left: 520px;
	top: 255px;
	height: 330px;
	width: 450px;
}

#middle {
	position: relative;
	left: 350px;
	top: 55px;
	height: 330px;
	width: 460px;
}