@charset "utf-8";
/*
============================================== */

*{
	margin: 0;
	padding: 0;
	font-family: "Arial",sans-serif;
}

body{
	margin: 0 auto 0 auto;
	text-align: center;
	background-repeat: repeat;
}

#contents{
	margin: 0 auto 0 auto;
	width: 95%;
	min-width: 304px;
	max-width: 456px;
	min-height: 480px;
	text-align: center;
	font-size: 12px;
	background-repeat: repeat;
}

#header{
	margin: 0 auto 0 auto;
	width: 97%;
}

#footer{
	margin: 2px auto;
	width: 97%;
	text-align: center;
	border-top: 2px dotted #333333;
}


/* 
============================================== */

img{
	border-width: 0px;
}

a{
	text-decoration: none;
}

.backtrack{
	width: 97%;
	margin: 3px auto 6px;
	text-align: right;
	font: bold 18px "Arial",sans-serif;
}

.backtrack a{
	padding-right: 10px;
	text-decoration: underline;
}

.clear{
	clear: both;
}

