body {
	height: 100%;
   margin: 0px;
	padding:0;
}

div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.header_background_internet {
	width: 100%;
	height: 450px;
	top: 0;
	left: 0;
	background: url("images/header_internet.jpg") no-repeat;
	background-size: 100% 100%; 
}

.header_background_tv {
	width: 100%;
	height: 450px;
	top: 0;
	left: 0;
	background: url("images/header_tv.jpg") no-repeat;
	background-size: 100% 100%; 
}

.header_background_video {
	width: 100%;
	height: 450px;
	top: 0;
	left: 0;
	background: url("images/header_video.jpg") no-repeat;
	background-size: 100% 100%; 
}

.header_container {
   width: 970px;
   margin: 0 auto;
}

.header_logo {
	float: left;
	display: inline-block;
   margin: 0 auto;
   padding-top: 10px;
}

.header_menu {
	float: right;
	font-weight: bold;
	text-align: right;
	height: 80px;
	display: inline-block;
   color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.85);
#   background:rgb(0,0,0);
#   background:rgba(0,0,0,0.2);
   margin: 0 auto;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 75px;
	padding-left: 10px;
	padding-right: 10px;
}

.header_menu:hover {
   color: #fff;
   background:rgb(0,0,0);
   background:rgba(0,0,0,0.5);
   cursor: pointer;
   border-bottom-style: solid;
}

.more {
	display: inline-block;
   padding: 20px;
   margin-top: 50px;
   margin-left: auto;
   margin-right: auto;
   color: #fff;   
   background: #67f;
   font-weight: bold;
   font-size: 14px;
   	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
   border: 2px solid #000;
   border-radius: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;   
}

.more:hover {
   background: #f63;
   color: #fff;
   border: 2px solid #000;
   border-radius: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;   
}

.main_container {
   width: 970px;
   margin: 0 auto;
   text-align: center;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #404040;
#	border: 1px solid #ff0000;
}

.news_container {
	display: inline-block;
   height: 80px;
   margin-top: 20px;
   margin-left: auto;
   margin-right: auto;   
#	border: 1px solid #ff0000;
}

.news_title {
	float: left;
	font-size: 24px;
	height: 80px;
	line-height: 90px;
#	border: 1px solid #ff0000;
}	

.news_delimiter {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	width: 5px;
	height: 70px;
	background-color: #f63;
}	

.news {
   margin-top: 10px;
	float: left;
	font-size: 14px;
	height: 70px;
#	border: 1px solid #ff0000;
}	

.title {
	text-align: center;
	width: 100%;
   margin-top: 50px;
   margin-bottom: 10px;
   margin-left: auto;
   margin-right: auto;   
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 42px;
#	border: 1px solid #ff0000;
}

.title_prices {
	text-align: center;
	width: 405px;
   margin-top: 30px;
   margin-bottom: 10px;
   margin-left: auto;
   margin-right: auto;   
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
#	border: 1px solid #ff0000;
}

.title_content {
	width: 700px;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #898989;
	margin-top: 10px;
	margin-bottom: 10px;
   margin-left: auto;
   margin-right: auto;   
#	border: 1px solid #ff0000;
}

.title_content2 {
	text-align: left;
	width: 750px;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #898989;
	margin-top: 10px;
	margin-bottom: 10px;
   margin-left: auto;
   margin-right: auto;   
#	border: 1px solid #ff0000;
}

.footer_container {
	margin-top: 50px;
	width: 100%;
	height: 320px;
	color: #898989;
	background-color: #e7e7e7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d7d7d7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d7d7;
#	border: 1px solid #ff0000;
	background: url("images/footer_bg.png");
}

.footer {
	margin-top: 15px;
   margin-left: auto;
   margin-right: auto;   
	color: #898989;
   width: 970px;
#	border: 1px solid #ff0000;
}

.footer_box {
	float: left;
	width: 320px;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
#	border: 1px solid #ff0000;
}

.footer_title {
	font-weight: bold;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #898989;
}

a {color: #00f; text-decoration: none;}
a:visited {color: #00f; text-decoration: none;}
a:hover {color: #f63;}



