@charset "UTF-8";
/* CSS Document*/

body{
	background-color:#333;
	margin:0;
}

#animation {
	visibility: hidden;
}

#banner {
	position: absolute;
	width: 300px;
	height: 250px;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	border: 1px solid #464646;
	box-sizing: border-box;
}

.bg {
		position: absolute;
		left: -25px;
		top: 0px;	
		width: 350px;
		height: 250px;
	}

/* FRAME 1 */

	#tagline {
		position: absolute;
		left: 19px;
		top: 32px;	
		width: 263px;
		height: 183px;
		background-image: url(images/tagline.png);
	}


/* END FRAME */
	
/*
	#begin {
		position: absolute;
		left: 19px;
		top: 84px;	
		width: 142px;
		height: 26px;
		background-image: url(images/begin.png);
	}
*/

	#image1 {
		position: absolute;
		left: 124px;
		top: 0px;	
		width: 232px;
		height: 232px;
		background-image: url(images/image1.png);
        background-repeat: no-repeat;
	}

    #image2 {
		position: absolute;
		left: 83px;
		top: 36px;	
		width: 232px;
		height: 232px;
		background-image: url(images/image2.png);
        background-repeat: no-repeat;
	}

    #tag {
		position: absolute;
		left: 21px;
		top: 101px;	
		width: 175px;
		height: 47px;
		background-image: url(images/tag.png);
        background-repeat: no-repeat;
	}

	#logo_nbc {
		position: absolute;
		left: 24px;
		top: 162px;	
		width: 34px;
		height: 21px;
		background-image: url(images/logo_nbc.png);
	}

	#logo_nbcsn {
		position: absolute;
		left: 70px;
		top: 160px;	
		width: 37px;
		height: 28px;
		background-image: url(images/logo_nbcsn.png);
	}


   

	#logo_cnbc {
		position: absolute;
		left: 24px;
		top: 175px;	
		width: 29px;
		height: 22px;
		background-image: url(images/logo_cnbc.png);
	}

	#logo_usa {
		position: absolute;
		left: 24px;
		top: 181px;	
		width: 34px;
		height: 15px;
		background-image: url(images/logo_usa.png);
	}

	#logo_app {
		position: absolute;
		left: 124px;
		top: 159px;	
		width: 25px;
		height: 25px;
		background-image: url(images/logo_app.png);
	}

    #cta {
		position: absolute;
		left: 92px;
		top: 228px;	
		width: 226px;
		height: 22px;
		background-image: url(images/cta.png);
	}

	#scp {
		position: absolute;
		left: 11px;
		top: 26px;	
		width: 162px;
		height: 68px;
		background-image: url(images/scf.png);
        background-repeat: no-repeat;
	}