@charset "UTF-8";
/* CSS Document */

body {
	background: url(../images/background.jpg) repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#eaeaea;
}

/*Index page content area*/

#content {
	padding: 0px 34px 38px 36px;
	background: url(../images/content_bg.jpg) no-repeat center bottom;
	width: 880px;
	float: left;
}
#cont_01 {
	width: 290px;
	float: left;
	padding-right: 20px;
}
#cont_02 {
	float: left;
	width: 285px;
	padding-right: 20px;
	padding-left: 20px;
}
#cont_03 {
	float: left;
	width: 205px;
	margin-left: 20px;
}

.play_vid {
	float: left;
	width: 190px;
	background: url(../images/vid_scr_bg.gif) no-repeat;
	margin-bottom: 4px;
	clear: both;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 8px;
}.play_vid_more {
	float: left;
	width: 190px;
	margin-bottom: 4px;
	clear: both;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 8px;
	background-repeat: no-repeat;
}
