body {
	background-color: #222D37;
}
#container {
	height: auto;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
#container #header {
	padding-top: 45px;
	padding-left: 190px;
	background-image: url(../images/header_background.png);
}

#container #header #logo {

}
#container #main_contents {
	padding-left: 35px;
	background-image: url(../images/background_shadow.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding-bottom: 0px;
	padding-right: 29px;
}
#container #footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #444444;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container #footer a:link {
	font-size: 17px;
	color: #444444;
	text-decoration: none;
}
#container #footer a:hover {
	color: #222D37;
	text-decoration: underline;
}
#container #footer {
	clear: both;
	height: 73px;
	background-image: url(../images/footer_background.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#container #rollover {
	background-image: url(../images/background_shadow.png);
	background-repeat: repeat-y;
	padding-top: 50px;
	height: 160px;
	padding-right: 20px;
	padding-left: 20px;
}

#container #main_contents .link .order a {
	background-image: url(../images/order_button.jpg);
	display:block;
	width: 433px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 130px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
}
#container #main_contents .link {
	height: 140px;
	padding-top: 40px;
	padding-left: 0px;
	padding-right: 0px;
}

#container #rollover p {
	margin: 0px;
	padding: 0px;
}

#container #main_contents .link .tspc a {
	background-image: url(../images/tspc_button.jpg);
	display:block;
	width: 433px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 130px;
	padding: 0px;
	float: right;
}
#container #main_contents .link a:hover { 
background-position: 0 -130px
}
#container #main_contents .link a:active { 
background-position: 0 -130px
}
