/* GENERAL VALUES */
body{
	background-color: #0f1e31;
}
img{
	border: 0px solid #000000;
}

/* DIV CONTAINERS */
div.title{
	margin: auto;
	width: 400px;
}
div.titlebar{
	margin: auto;
	width: 400px;
	height: 5px;
	background-image: url('img/enter_gradient.gif');
}
div.container{
	margin: auto;
	width: 519px;
	height: 115px;
}
div.header{
	margin: auto;
	width: 210px;
	height: 66px;
}
div.left_image{
	margin: auto;
	width: 168px;
	height: 49px;
	float: left;
}
div.right_image{
	margin: auto;
	width: 168px;
	height: 49px;
	float: right;
}

/* TEXT RELATED */
h2{
	font-family: Tahoma, Verdana;
	font-size: x-large;
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}