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

* { font-family: "Verdana"; font-size: 12px; color: #c20000; }

body { background-color: #f5f5f5;  }

#global { 
	position: absolute;
	text-align:center;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	margin-top: -350px;
	width: 700px;
	height:400px;
	}
#top { position: relative; color: #fff; background-color: #f5f5f5; width: 700px; height: 150px;}

#top img { position: absolute; top: 0; left: 0; z-index:10; }

#bottom { position: relative; height: 250px; width: 700px; }

#left {
	position: absolute;
	height: 250px;
	width: 350px;
	top: 0px;
	left: 0px;
	line-height: 350px;
	background: url(../mfc_images/left_index.png) no-repeat #f5f5f5;
	color: #c20000;
	}
	#left a:link { color: #c20000; text-decoration: none; font-weight: bold;}
	#left a:visited { color: #c20000; text-decoration: none; font-weight: bold;}
	#left a:hover { color: #0b3b84; text-decoration: underline; font-weight: bold;}
	#left a:active { color: #0b3b84; text-decoration: underline; font-weight: bold;}
	
#right {
	position: absolute;
	height: 250px;
	width: 350px;
	top: 0px;
	left: 350px;
	line-height: 350px;
	background: url(../mfc_images/right_index.png) no-repeat #f5f5f5;
	color: #0b3b84;
	}
	#right a:link { color: #0b3b84; text-decoration: none; font-weight: bold;}
	#right a:visited { color: #0b3b84; text-decoration: none; font-weight: bold;}
	#right a:hover { color: #c20000; text-decoration: underline; font-weight: bold;}
	#right a:active { color: #c20000; text-decoration: underline; font-weight: bold;}
#footer { color: #ccc; text-align:center; font-size: 10px;}
#footer a:link { color: #ccc; text-decoration: none; font-size: 10px;}
#footer a:visited { color: #ccc; text-decoration: none; font-size: 10px;}
#footer a:hover { color: #999; text-decoration: underline; font-size: 10px;}
#footer a:active { color: #999; text-decoration: underline; font-size: 10px;}
