.section {
	text-align: center;
	font-size: 14px;
	overflow: hidden;
	//height: 100%;
}

/* Sections
 * --------------------------------------- */
// #main-header,
// #internet,
// #tv,
// #help,
// #about {
//	background-size: cover;
//	background-position: 50% 50%;
// }

// #main-header {
//	background-image: url(/images/main-header-bg.jpg);
//	background-repeat: no-repeat;
//	background-attachment: fixed;
//	height: 100%;
// }

 #slider {
	margin-bottom: 40px;
	background-image: url(/images/slider-bg.jpg);
	background-repeat: repeat-x;
 }

 #internet {
	margin-bottom: 40px;
	background-color: #fff;
 }

 #tv {
	margin-bottom: 40px;
	background-color: #fff;
 }

 #help {
	margin-bottom: 40px;
	background-color: #fff;
 }
 
 #about {
	margin-bottom: 40px;
	background-color: #fff;
 } 
 
 #footer {
	//background-color: #333;
	text-align: left;
 }

 #applications-internet-tv {
	margin-bottom: 40px;
	background-color: #fff;
 }

 #ati-represents {
	margin-bottom: 40px;
	background-color: #fff;
 }

.section .bg-content {
//background-color: rgba(255, 255, 255, 0.2);
    //-webkit-border-radius: 7px;
    //-moz-border-radius: 7px;
    //border-radius: 7px;
    //padding: 20px;
    //width: 100%;
    color: #656565;
    margin-top: 20px;
    margin-bottom: 20px;
}

.section .bg-footer {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* ======================================= */

#internet h1 {
	color: #1C9DE8;
}

#tv h1 {
	color: #1C9DE8;
}

#help h1 {
	color: #1C9DE8;
}

#about h1 {
	color: #1C9DE8;
}

#online-tv h1 {
	color: #1C9DE8;
}

#applications-internet-tv h1 {
	color: #1C9DE8;
}

#ati-represents h1 {
	color: #1C9DE8;
}

#internet p {
	text-align: left;
}

#tv p {
	text-align: left;
}

#help p {
	padding-top:10px;
	text-align: left;
}

#about p {
	text-align: left;
}

#online-tv p {
	//text-align: left;
}

#ati-represents p {
	//text-align: left;
}

#applications-internet-tv th, tr, td {
	text-align: center;
	padding: 3px;
	line-height: 25px;
	border: solid 1px #000;
}