@charset "utf-8";
/* CSS Document */

body{
	font: tahoma;
	font-size: 12px;
	color: #999999;
}
a{
	color: #666666;
	text-decoration: none;
}
a:hover{
	color: #990000;
	text-decoration: none;
}
.main{
	width: 600px;
	padding-top: 343px;
	height: 50px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	background: url(pic.jpg) no-repeat;
}
.contact{
	width: 150px;
	height: 35px;
	background: url(contact.jpg) no-repeat;
	float: right;
	padding-left: 37px;
	padding-top: 12px;
}