/*GENERAL*/

body {
color: #000000; }

input, textarea, button {
background-color: #fbfbbf;
color: #04255b;
border-color: #fe7e00; }

hr {
color: #000000; }

/*LINK*/

a:link, a:visited {
color: #04255b; }

a:hover {
color: #04255b; }

/*PERSONAL*/

body {
background-color: #3a6a9a; }

body#body {
color: #04255b;
background-image: url('../img/body_bg.jpg');
background-repeat: repeat-x; }

div#index_menu {
width: 1000px; }

div#index_content {
width: 770px;
padding: 5px 115px;
background-image: url('../img/content_bg.jpg');
background-repeat: repeat-y; }

div#index_footer {
width: 1000px; }