body {
	background-color:#000000;
	background-image:url(images/background.png);
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;	
	background-position:50% 0%;
	background-attachment:fixed;
	background-repeat:no-repeat;
	font-family:Arial;
}

img {
  border: 0px;
}
.css_table{
	width:1000px; 
	margin-left: auto;
    margin-right: auto;
	background-repeat:no-repeat;
}
.title1 {
	font-family: 'Lovers Quarrel', cursive;
	line-height:80px;
	font-size:70px;
}
a:link {
	color: #eeeeee;
	text-decoration: none;
}
a:visited {
	color: #eeeeee;
	text-decoration: none;
}
a:hover {
	color: #c6574c;
	text-decoration: none;
}

.logo {
	text-align: right;
	width:800px;
	height: 200px;
	padding-top:10px;
}
.left{
	width:180px;
    min-height:820px;
	float:left;
	padding:0;
	margin:130px 0 5px 0px;
	font-family: Arial;
	color:#ffffff;
	font-size:16px;
}
.right{
	width:800px;
	float:left;
	margin-left:15px;
}
.right1 {
	width:800px;
	float:left;
	margin-left:15px;
	background-image:url(images/background1.png);
	background-attachment:fixed;
}
.main {
	width:100%;
    min-height:520px;
	float:left;
	padding:0;
	font-family: 'Lovers Quarrel', cursive;
	font-size:30px;
	margin:0 0 0 15px;	
	color: #ffffff;
}
.product {
	width:100%;
    min-height:520px;
	float:left;
	padding:0;
	font-family: "Times New Roman", serif;
	line-height:25px;
	font-size:18px;
	margin:0 0 0 15px;	
	color: #ffffff;
}
.contact {
	width:100%;
    min-height:520px;
	float:left;
	padding:0;
	font-family: "Times New Roman", serif;
	line-height:28px;
	font-size:18px;
	margin:0 0 0 15px;	
	color: #ffffff;
}

#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;    
    padding: 10px 15px;    
    font-size: 20px;
    color: white;
    cursor: pointer;
}
.btn {
	background-image: url(images/item.png);
	width:160px;
	height:35px;
	text-align:center;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  background-repeat:no-repeat;
  padding-top:5px;
  font-weight:bold;
 }

.btn:hover {
  background-image: url(images/item1.png);
  text-decoration: none;
}
.bottom {
	margin-top:10px;
	color: #ffffff;
	font-family:Arial;
	font-size: 22px;
	text-align:left;
	line-height:28px;
}
.copyright {
	text-align:center;
	font-size:14px;
	color: #ffffff;
	line-height:30px;
}