@charset "UTF-8";
/* CSS Document */
	
/* hide from ie on mac \*/
html {
	height: 499px;
	overflow: hidden;
}

#flashcontent {
	height: 514px;
	width: 725px;
	margin-left: auto;
	margin-right: auto;
}

#homecontent {
	height: 514px;
	width: 725px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(images/mangan-design-home_bkgd.jpg);
	background-repeat: no-repeat;
}

#aboutcontent {
	height: 514px;
	width: 725px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(images/mangan-about_bkgd.jpg);
	background-repeat: no-repeat;
}

#paragraph {
	float:left;
	width:95%;
	margin-left:3%;
	font-size:14pt;
	padding-top: 35px;
} 

#footer {
	width: 725px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 5px;
	letter-spacing: 4px;
	line-height: 17px;
}

.studio-119-link {
	font-size: 8pt;
	letter-spacing: 2px;
}
/* end hide */

 
body {
	height: 100%;
	margin:20px 50px 0px 50px;
	padding: 0;
	background-color: #F4E7D7;
	color:#666666;
	font-family:sans-serif;
	font-size:12pt;
}

A:link {text-decoration: none; color:#79AD31;}
A:visited {text-decoration: none; color:#666666;}
A:active {text-decoration: none; color:#79AD31;}
A:hover {text-decoration: underline; color:#79AD31;}

