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

body
{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #333;
	margin:0px; 
	padding:0px; 
}

a:link {text-decoration: underline; color: #333; font-weight: bold;}
a:visited {text-decoration: underline; color: #333; font-weight: bold;}
a:hover {text-decoration: underline; color: #666; font-weight: bold;}
a:active {text-decoration: none; color: #999; font-weight: bold;}

h1 {font-size:16px}
p {font-size:12px}
p2 {font-size:10px}

#content
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 260px;
	margin-top: -130px; 
	margin-left: -250px;
	text-align: center;
	z-index: 0;		
}

#image
{
	position: absolute;
	width: 120px;
	height: 110px;
	margin-left: 188px;
	margin-top: -10px;
	background-image: url(../img/html/logo/ma_logoS_B.png);
	background-repeat: no-repeat;
	z-index: 1;	
}

#text
{
	position: absolute;
	width: 500px;
	height: 150px;
	margin-top: 110px;
	z-index: 1;	
}