/* CSS Document */

@import url("../common/css/base.css");
@import url("../common/css/structure.css");

html,
body {
	height: 100%;
	*overflow: hidden;
}


div#structure-base {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

div#content {
	
}

div#content a {

}

div#flash-content {
	background: white;
	padding: 10px 20px;
}

div#flash-content ul {
	margin: 0 0 3em 1.5em;
	padding: 0;
}

div#flash-content div#footer address{
	text-align: right;
	font-size: 92%;
}
