@charset "utf-8";

body {
margin: 0px;
}

#top_main_box {
	background-image: url(images/top_america_b.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-attachment: scroll;
	overflow: hidden;
	width: 100%;
	max-width: 1000px;
	height: 208px;
}

.top_main_title {
	float: right;
	margin: 30px 0 40px;
}


.top_main_buttons {
	margin-top: 71px;
	width: 1000px;
}

.top_main_buttons a img {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	margin-left: 42px;
	margin-top: 9px;
}

.top_main_buttons a:hover img {
	box-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
}


.button {
	display: inline-block;
	padding: .5em 4em;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
	text-decoration: none;
	outline: none;
	transition: all .3s;
}
