@charset "utf-8";
/* CSS Document */
body {
	background-image: url(img/bg.png);
	background-repeat: repeat;
}
#boxcon {
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	height: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 38px;
	font-weight: bold;
	color: #FF0000;
	padding-top: 100px;
	padding-left: 120px;
}
a:link {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF0000;
}