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

body {
	background-color: #373535;
	background-image: url(../images/home/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	position: relative;
	width: 800px;
	height: 552px;
	overflow: hidden;
	padding: 0px;
	margin-top: 43px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-image: url(../images/home/shadow.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	
}
#reflection {
	background-image: url(../images/home/reflection.gif);
	width: 700px;
	height: 252px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	text-align: center;
	color: #787879;
	padding: 10px 50px 0px 50px;
}
#jacket {
	width: 364px;
	margin-left: auto;
	margin-right: auto;
}
#btn1 {
	top: 100px;
	left: 0px;
	background-image: url(../images/home/btn1.jpg);
}
#btn1:hover {
	background-image: url(../images/home/btn1-over.jpg);
}
#btn2 {
	top: 269px;
	left: 0px;
	background-image: url(../images/home/btn2.jpg);
}
#btn2:hover {
	background-image: url(../images/home/btn2-over.jpg);
}
#btn3 {
	top: 100px;
	left: 605px;
	background-image: url(../images/home/btn3.jpg);
}
#btn3:hover {
	background-image: url(../images/home/btn3-over.jpg);
}
#btn4 {
	top: 269px;
	left: 605px;
	background-image: url(../images/home/btn4.jpg);
}
#btn4:hover {
	background-image: url(../images/home/btn4-over.jpg);
}
h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.btn {
	position: absolute;
	padding-top: 50px;
	padding-left: 18px;
	padding-bottom: 0px;
	padding-right: 18px;
	width: 159px;
	height: 104px;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	
	cursor: pointer;
}
.btn-two {
	position: absolute;
	padding-top: 70px;
	padding-left: 18px;
	padding-bottom: 0px;
	padding-right: 18px;
	width: 159px;
	height: 84px;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	
	cursor: pointer;
}
p {
	padding: 0px;
	margin: 0px;
}