/* body styles */

body	{
			background:#e4e5e6;
			text-align:center;
			color: #000;
			font-family: Arial, Helvetica, sans-serif;
			font-size:80%;
			background: #616161 url(test.jpg) repeat-y top center;
      
		}

/* layout styles */

#frame {
			width:500px;
			height:500px;
			margin-right:auto;
			margin-left:auto;
			margin-top:50px;
			padding:3px;
			background-color:#fff;;
		}


h1, h2, h3, h4, h5, h6 { margin: 0; color: #64635f; font-family: Trebuchet MS, verdana, sans-serif; }

h1 { font-size: 2em; margin-bottom: .5em; }

p { font-size:1.4em; line-height: 1.5em; color: #000;}
p a { background: #E6E6E6; color:#000; text-decoration: none; }
p a:hover {background-color:#00B3FF; }
em { font-style: normal; background-color: #FFFDD4; }
