﻿*
{
	margin:0px;
	font-size:10pt;
}

body
{
	width:660px;
	margin:0px auto 0px auto;
	background-image: url(../img/top_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.indexMessage
{
	margin-top:400px;
}

.indexMessage p
{
	line-height:15px;
	text-align:center;
	color:Red;
}

table
{
	width:450px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
}

 .indexMessageHeader
 {
 	margin-top:100px;
	width:660px;
	height:55px;
	background-image: url(../img/title_index.jpg);
 }
 
 .indexMessageBody
 {
	padding:15px;
	width:630px;
	background-image: url(../img/box_body_660.jpg);
 }
 
 .indexMessageFooter
 {
	width:660px;
	height:15px;
	background-image: url(../img/box_footer_660.jpg);
 }
 
 .indexMessageBody p
 {
 	line-height:15px;
 }
 
 hr
 {
 	margin:10px 0px 10px 0px;
 }

.footerCopy
{
	width:100%;
	text-align:center;
	margin:20px 0px 20px 0px;
}