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


a:link {color:#333;}{text-decoration:none}
a:visited {color:#000}{text-decoration:none}
a:hover {text-decoration:none}
a:active {text-decoration:none}
img {
	border-style:none;
}

body {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	height:842px;
	background-image:url(../images/background_splash.png);
	background-repeat:no-repeat;
	background-position:center;
	
}
.content {
	width:1000px;
	height:700px;
	outline:#F00 ;
	margin:auto;
	padding-top:25px;
}

.enter {
	font-variant:small-caps;
}

#media bubble {
	padding-top:50px;
	margin-top:auto;

}
.container_left {
	padding-top:50px;
	width:500px;
}
.container_right {
	width:500px;
	padding-top:50px;
}


