/* CSS Document */

*{padding:0; margin:0;}

html {min-height: 101%;}

body {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; line-height: 15px; color:#ffffff; background-color:#3f3f3f; margin:auto; padding: 0 0 0 0;}


/*-------- index page --------*/

#index_container {width: 100%; height: 300px; margin: auto;}
#index_image {width: 217px; height: 59px; margin: 200px auto 60px auto; background-image: url(images/index_image.jpg); background-position:center;}
#index_text {width: 217px; margin: auto; clear:both;}
#index_text a:link, #index_text a:visited, #index_text a:hover, #index_text a:active {color:#ffffff; text-decoration: none;}
