﻿@charset "UTF-8";
/* CSS Document */
body { 
  margin: 0px;
  background-color: #e4ddce;
  background-image: url(images/bg.gif);
  background-repeat: repeat; 
  background-attachment: fixed;
}

a:link.type1 { color: #000000; text-decoration: underline; } 
a:visited.type1 { color: #000000; text-decoration: underline; } 
a:hover.type1 { color: #FF0000; text-decoration: underline; } 
a:active.type1 { cilor: #FF0000; text-decoration: underline; }

.main{
	margin: 50px 0 10px 0;
}