*					{ margin: 0; padding: 0; }
body				{ font-size: 62.5%; font-family: Georgia, serif; }
.clear				{ clear: both; }
p					{text-align:center;}
img 				{border:none;}
	
div#page-wrap		{ width: 780px;	margin-top: 4%;	margin-right: auto;	padding:0 0 20px 0;	margin-left: auto;}

/* place two images beside each other using display:block */
div#main-image-L		{ width: 390px; height:534px; float:left; display: block; padding:0 0 20px 0;}
div#main-image-R		{ width: 390px; height:534px; float:right; display: block; padding:0 0 20px 0;}

.top				{ position: absolute; bottom: 0; right: 0; }
.home				{ position: absolute; top: 0; right: 0; }
.notice				{ background: #ffdfdf; padding: 10px 0 0 80px; border: 1px solid red;  position: relative; min-height: 70px; font-size: 150%; }
.close				{ position: absolute;  left: 0; top: 0; }

a:link, a:active    { text-decoration: none;}
