@charset "utf-8";
/* CSS Document */

* {
	background-repeat: repeat;
}

img {
	border-style:none;
}

html, body {
	margin: 0;
	padding: 3px;
}

body {
	background-repeat: repeat;
	background-position: 85% 10%;
	background-image:url(images/bgsquare.png);
	font-size: 15px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#000;
	font-style: oblique;
}

a.link {
	font-size:18px;
	color:#FFF;
}


a.content:link {
	text-decoration:overline;
	text-decoration:underline;
	color:#000;
	
}
a.content:visited {color: black; text-decoration: underline; }
a.content:hover {color: orange; text-decoration: underline; }
a.content:active {
	color: black;
} 

#wrapper {
	width:950px;
	height:1500px;
	margin:auto;
	}
	

#footer {
	width:930px;
	height:360px;
	background-color:#F60;
	padding:10px;
	clear:both;
	text-align: center;
}
#wrapper #footer p {
	text-align: center;
}
