@font-face {
    font-family: "Chalkboard"; src: url(font/Chalkboard.ttf) format("truetype");
}
		@font-face {
		font-family: "marketdeco"; src: url(font/marketdeco.ttf) format("truetype");
		}
img{
	
	border: none;
}
	
		body{
		
		margin: 0;
		padding: 0;
		background: url(images/SR_Estrad_WebBG.jpg) no-repeat center top;
		background-position: center top;
		background-repeat: no-repeat;
		background-color: #31b9ed;
		
		}
	
    	#table{
    	text-align: center;
    	color: #fff;
    	width: 100%;
    	height: 100%;
    	border: 0;
    	border-spacing: 0;
    	}
    	
    	#left{
    	vertical-align: center;
    	width: 50%;
    	font-family: "Chalkboard";
    	color: #fff;
    	
    	}
    	
    	#right{
    	vertical-align: center;
    	width: 50%;
    	font-family: Arial;
    	color: #fff;
		line-height: 1.5em;
		}
    	h3{
	    margin: 0;
	    padding: 0;
	    line-break: 0;
	    line-height: 0;	
	    	
    	}
    	#left img{
    	
    	}