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

html, body {
}

html {
	width:100%;
	height:100%;
	overflow-x:hidden;
	overflow-y:hidden;
}

body {
	background-color:#fffff9;
	margin:0;
	background-image:url(../images/bg-irongrip.jpg);
	background-repeat:repeat;
}

a { 
	text-decoration:none; 
	color:inherit;
}

img.logo {
	position:absolute;
	width:426px;
	margin-left:-213px;
	margin-top:-130px;
	left:50%;
	top:50%;
}

.mail-button {
	background-image:url(../images/b-mail-65x65.png);
	background-size:32px 32px;
	background-repeat:no-repeat;
	background-position:center;
	width:68px;
	height:68px;
	position:absolute;
	margin-left:-32px;
	left:50%;
	top:80%;
	transition:background-size linear 0.15s;
}

.mail-button:hover {
	background-size:36px 36px;
	transition:background-size linear 0.05s;
	cursor:pointer;
}