﻿*{
margin:0px;
padding:0px
}
img{border:0px}
html{
width:100%;
height:100%;
}

body{
	margin: auto;
}

a {
	color: #FFFFFF;
}
a:visited {
	color: #FED6D6;
}
a:active {
	color: #CCCCCC;
}
a:hover {
	color: #CCCCCC;
}



.site {
	background-image: url('background.jpg');
	background-repeat: repeat-y;
	margin: auto;
	width: auto;
	height: auto;
	color: white;
}
.right {
	width: 460px;
	margin-left: 10px;
	margin-top: 20px;
	padding: 0px;
	color: white;
	height: auto;
}

.head {
	width: 430px;
	margin-left: 50px;
	margin-top: 10px;
	font-family: "comic Sans MS";
	font-size: medium;
	height: auto;
	float: left ;
	color: white;
}

