@charset "utf-8";
/* CSS Document */

body {
	width: 1000px;
    margin: auto;
	margin-top: 10px;
    margin-bottom: 10px;
	background-color: #000000;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#header
{  
   width: 1000px;
   height: 200px;
   background-image: url("template/header.jpg");
   background-repeat: no-repeat;
   margin-bottom: 0px;
}
#button
{  
   width: 1000px;
   height: 50px;
   background-color: #ffffff;
   background-repeat: repeat;
   margin-bottom: 0px;
}

#corps
{  
   width: 1000px;
   background-color: #FFFFFF;
   background-repeat: repeat;
   margin-bottom: 0px;
}

#footer
{  
   width: 1000px;
   height: 100px;
   background-image: url("template/footer.jpg");
   background-repeat: no-repeat;
   margin-bottom: 3px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

#footer a:link
{
color:#000000;
}
#footer a:visited
{
color:#000000;
}
#footer a:active
{
color:#000000;
}
#footer a:hover
{
color:#FFFFFF;
}

#int a:link
{
color:#FFFFFF;
}
#int a:visited
{
color:#FFFFFF;
}
#int a:active
{
color:#FFFFFF;
}
#int a:hover
{
color:#FF0000;
}