@charset "utf-8";
/* CSS Document */
/* Body */
body {
	width: 1260px;
	background-attachment: fixed;
	margin: 0 auto;
	padding: 30px;
}
a {
	text-decoration: none;
	color: blue;
}
#link a {
	color: green;
}
#link a:hover {
	color: red;
}
#only-for-contact-page a {
	color: white;
}
#only-for-contact-page a:hover {
	color: grey;
}
#crysis_back {
	background-size: cover;
	background-position: right;
	background-color: rgba(255,255,255,0.8);
	border: 1px solid #dedede;
	border-radius: 8px;
}
#cod_back {
	background-size: cover;
	background-position: right;
}
