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

body
{
	margin:0px; 
	padding:0px;
	width: 100%;
	height:100%; 
	overflow:hidden;
}

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

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

#html
{
	position: absolute;
	width: 100px;
	height: 100px;
	margin-left: -3000px;
}

#alt
{
	color: #333;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	width: 800px;
	height: auto;
	text-align: center;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

#alt-img
{
	width: 240px;
	height: 136px;
	background-image: url(../img/html/logo/ma_logoF_B.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
