@charset "UTF-8";
/* CSS Document */

/* Default style, feel free to remove if not needed. */
body, body * {
	vertical-align: baseline;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}

/* Div layer for the entire banner. */
#container_dc {
	position: absolute;
	width: 298px;
	height: 248px;
	border:1px solid #c3c3c3;
	top: 0px;
	left: 0px;
	margin: auto;
	overflow: hidden;
	cursor: pointer;
}

#content_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #0d204a;
	z-index: 100;
	display: none;
}

#content_dc img{ position: absolute; }

/* Invisible button for background clickthrough. */
#background_exit_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer;
	opacity: 0;
	z-index: 400;
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}

#bg
{
	position: absolute;
	width: 300px;
	height:250px;
	top:0px;
	left:0px;
	/*background-image: url(g1.jpg);*/
	background-image: url(bg.jpg);
	background-repeat:no-repeat;
}


#copy1
{
	position: absolute;
	top: 64px;
	left: 300px;
	background: url('sprite.png') no-repeat 0 0;
	width: 164px;
	height: 40px;
}

#copy2
{
	position: absolute;
	top: 69px;
	left: -300px;
	background: transparent url("sprite.png") no-repeat scroll -174px -5px;
	width: 112px;
	height: 32px;
}


#copy3
{
	position: absolute;
	top: 115px;
	left: 300px;
	background: url('sprite.png') no-repeat -3px -45px;
	width: 262px;
	height: 28px;
}


#cta
{
	position: absolute;
	top: 224px;
	left: 198px;
	background: url('sprite.png') no-repeat 0 -94px;
	width: 83px;
	height: 11px;
}


