@charset "utf-8";
/* CSS Document */

#page {
background-color:#FFF;
width:99.5%; 
margin:auto; 
padding:5px;}

#masthead {
background-color:#F60;
width:99%;
border-right:dotted;
border-left:dotted;
border-top:dotted;
padding:5px;}

#main {
background-image:url(image/crayon.jpg);
border-top:dotted;
border-left:dotted;
border-right:dotted;
width:99%;
padding:5px;
}



#footer {
background-color:#000;
padding:2px;
float:!important;
clear:both;}

.date {float:right;
		position:relative;
		top:-60px;}
		
.intro {position:relative;
		margin-left:115px;
		top:-100px;}	
		
.continued {float:right;
		position:relative;}		

