@charset "UTF-8";
body {
	background-image:url(../img/bg.png);
	background-position:center bottom !important;
	background-repeat:repeat-x;
	background-color:#2C100F;
	height:100%;
	font-family:"Times New Roman", Times, serif;
	color:#000;
	line-height:18px;
	font-size:16px;
}
#container {
	width:500px;
	height:100%;
	margin:0 auto;
}
/*#black-img {
	width:500px;
	height:650px;
	background: url(../img/cross-sprite.png) no-repeat 0 -490px;
}
#black-img:hover {
	background-position: 0 0;
	width: 330px;
	height: 500px;
}*/
#center{
	width:440px;
	height:100%;
	margin:0 auto;
}
#press{
	width:974px;
	margin-left:auto;
	margin-right:auto;
}
#press-container{
	overflow:visible;
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(../img/bg.png);
	background-position:center bottom !important;
	background-repeat:repeat-x;
	background-color:#2C100F;
}
.column{
	width:49%;
	float:right;
	text-align:left;
	margin-bottom:18px;
}
.first{
	float:left;
}
#logo {
	height:auto;
	text-align:center;
	font-style:italic;
	font-size:16px;
}
.icon {
	text-align:center;
	width:100%;
	background-image:url(../img/ss-logo.png);
	background-repeat:no-repeat;
	margin-top:20px;
	background-position: center bottom;
	height:100px;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:none;
}
