

@import url(https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic-ext,greek);

html{margin:0px; height:100%; width:100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; font-size: 100%;}
body{margin:0px; height:100%; width:100%; background-color:#FFFFFF; font-family:'Open Sans', sans-serif; font-size:16px; line-height:1.7; color:#ffffff; background-image: url(images/tv_web.jpg); background-size:cover; background-position: center; }




#wrapper {
	min-height:100%;
	position:relative;
}
#header {
	padding:10px;
}
#content {
	padding-bottom:170px; /* Height of the footer element */
}
#footer {
	background-color:rgba(0, 0, 0, 0.5);
	width:100%;
	height:170px;
	position:absolute;
	bottom:0;
	left:0;
        text-align: left;
        
        
}
#footerInner{
    max-width:1140px;
    margin:0 auto;
}

h1{
    margin:5px 0;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}