@charset "UTF-8";
/* CSS Document */
<!--
 * {
     margin: 0;
 }
 html, body {
     height: 100%;
 }
 .wrapper {
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -4em;
	 padding-left:10px;
 }
 .footer, .push {
     height: 4em;
 }

body {
	background-image: url(seminar_back.gif);
	background-repeat: repeat-y;
}
.style1 {font-size: small}
.style2 {
	font-size: 14px
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
#link {
	text-align:center;
	height: 50px;
	padding-top:10px;
}

#link a {
	color:#F90
}

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

#footer a {
	color:#F90
}

#footer a:hover {
	text-decoration: none;
	color: #000
}

#footer {
	vertical-align: baseline;
	text-align: center;
}
#body a:hover {
	color:#F90
}
	
a:active {
	text-decoration: none;
	color: #333333;
}
-->


