#container {
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 700px;
	height: 700px;
	background-image: url(../images/background.jpg);
}

#container_nav_1 {
	padding: 0;
	position: absolute;
	width: 134px;
	height: 25px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	text-align: right;
	left: 495px;
	top: 156px;
	z-index: 5;
}

#container_nav_1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#container_nav_1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#container_nav_1 a:hover {
	color: #31c5f4;
	text-decoration: none;
}

#container_nav_2 {
	padding: 0;
	position: absolute;
	width: 134px;
	height: 25px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	text-align: right;
	left: 495px;
	top: 195px;
	z-index: 4;
}

#container_nav_2 a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#container_nav_2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#container_nav_2 a:hover {
	color: #31c5f4;
	text-decoration: none;
}
#container_nav_3 {
	padding: 0;
	position: absolute;
	width: 224px;
	height: 25px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	text-align: left;
	color: #FFFFFF;
	left: 415px;
	top: 149px;
	z-index: 5;
}
#container_nav_3 a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#container_nav_3 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#container_nav_3 a:hover {
	color: #31c5f4;
	text-decoration: none;
}
#container_nav_4 {
	padding: 0;
	position: absolute;
	width: 225px;
	height: 25px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	text-align: left;
	color: #FFFFFF;
	left: 416px;
	top: 179px;
	z-index: 4;
}

#container_nav_4 a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#container_nav_4 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#container_nav_4 a:hover {
	color: #31c5f4;
	text-decoration: none;
}
#main_container {
	padding: 0;
	position: absolute;
	width: 655px;
	height: 424px;
	left: 71px;
	top: 230px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 17px;
	text-align: center;
}

#sub_container {
	float: left;
	margin: 0;
	padding: 0;
	width: 655px;
}

#logo {
	background: url(../images/dim_card.png) no-repeat top center;
	width: 650px;
	height: 450px;
	position: absolute;
	top: 23px;
	left: 38px;
    z-index: 2;
}

#logo2 {
	background: url(../images/dim_reflect.png) no-repeat top center;
	width: 650px;
	height: 280px;
	position: absolute;
	top: 407px;
	left: 58px;
    z-index: 1;
}

#footer {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 656px;
	left: 1px;
	width: 695px;
	height: 20px;
	clear: both;
	z-index: 6;
}

#footer_text {

	padding-top: 10px;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;	
}

body#main_body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small; /* IE5 Win */
	font-size: 12px;
	text-align: center;
	background : #fff url(../images/pgbk.jpg);
	
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #31c5f4;
	text-decoration: none;
}
