@import url('page.css');
@import url('header.css');
@import url('menu.css');
@import url('wrapper.css');
@import url('contents.css');
@import url('footer.css');

#contents{
	height: 450px;
}

#contents p{
	width:350px;
}

#contents h4{
	margin-top: 0;
	font-size:12pt;
	text-align: center;
}

#contents #rightside{
	display:block;
	float: right;
	width:250px;	
}

#contents #rightside .download{
	display:block;
	font-size: 10pt;
	text-decoration: underline;
	font-weight: bold;
	text-align:center;
	margin-top: 10px;
}

#contents #rightside .quicktime{
	display:block;
	font-size: 8pt;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}


