/* CSS Document */

body {
	margin: 0 0 0 0;
	background-color: #4ea0b5;
	font-family: trebuchet MS;
}

/*header**************/
#header {
	background-image: url(images/bg_01.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:118px;
}

/*intro**************/
#intro {
	background-image: url(images/bg_02.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:110px;
}

/*content**************/
#content {
	background-image: url(images/bg_03.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:544px;
}

#movie {
	text-align: left;
	float: left;
	padding: 57px 0 0 100px;
}

.open {
	font-size: 9px;
	text-align:left;
}

.open a {
	text-decoration: none;
	color: #CC6600;
}

.open a:hover {
	text-decoration: underline;
	color: #CC6600;
}

#buy_dvd {
	text-align: left;
	float: left;
	padding-top: 40px;
}

#news {
	text-align: left;
	float: left;
	width:238px;
	height:280px;
	padding: 56px 0 0 51px;
}

#clear {clear: both;}
#rollovers {
	float: right;
	padding: 70px 77px 0 0;
}

/*footer**************/
#footer {
	background-image: url(images/bg_04.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:70px;
	color: #347788;
	font-size: 9px;
}

.footer_left {float: left; padding: 14px 0 0 74px; text-align:left;}

.footer_right {float: right; padding: 14px 72px 0 0; text-align:right;}

/*blank**************/
#blank {
	background-image: url(images/bgblank_02.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 900px;
	font-family: trebuchet MS;
	font-size: 11px;
	text-align: left;
}

#blank_content {
	padding: 0 85px 30px 85px;
}

#back {
	text-align: right;
	padding: 3px 2px 3px 2px;
	color: #3399CC;
}

#back a {
	color: #3399CC;
	text-decoration: none;
}

#back a:hover {
	color: #3399CC;
	text-decoration: underline;
}
