﻿@charset "UTF-8"
;
body { margin-top: 12pt;

	margin-left: 12pt;

	background-image: url(img/background.jpg);

	background-position: 100%;
	background-attachment: fixed;
}

img { border-width: 3px;
}

#container { background-color: #6699FF;}

#container_red { background-color: #FF9966;}

#footer { background-color: #6699FF; }

#box { overflow: scroll;

	width: 480;

	height: 120px;

	background-color: #6699FF;
}
#box_2 { background-color: #FF9966;}

#page { width: 80%;

	margin-left: auto;

	margin-right: auto;
}
#table { width:100%;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-right: auto;

	margin-left: auto;

}
#table th{padding: 4px;
	text-align: left;
	vertical-align: top;
	background-color: #99CCFF;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#table td{ padding: 4px;
	background-color: #FFFF99;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
