@charset "utf-8";
/* CSS Document */

#404 {	text-align: center;
		color:red;
}
#footer {	text-align:center;
			font-size:smaller;
}
#footer a {	color:#000000; }
ul { 	list-style-type:disc;
		list-style-position: inside; }

#ASOT_notice {	width: 400px;
						border: #8C1717 dotted 2px;
						border-radius: 15px;
						-moz-border-radius: 15px;
						background-color: #FFCCCC;
						padding: 10px 5px 10px 5px;
						color: #000000;
						text-align: left;
						margin-left:50px;
}