body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	background-image: url(../images/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
#wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: auto;
}
#header {
	text-align: center;
	height: auto;
	cursor: default;
}
.logo {
	font-family: Impact, "Trebuchet MS", Tahoma;
	color: #dbdbdb;
	font-size: 86px;
	text-transform: uppercase;
}
.sub_line {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 32px;
	color: #868686;
	text-transform: uppercase;
	line-height: 0px;
}
#info {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 50px;
	height: 350px;
	cursor: default;
}
#about {
	position: absolute;
	background-image: url(../images/bg-info.png);
	width: 720px;
	height: 320px;
	visibility: hidden;
	padding: 15px;
}
.about_set01 {
	width: 45%;
	float: left;
}
.about_set02 {
	width: 50%;
	float: right;
	background-image: url(../images/bg-kokila.png);
	background-repeat: no-repeat;
	height: 100%;
	background-position: -70px;
}

.info_title {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 30px;
	color: #CCC;
}
.info_content {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #dbdbdb;
	line-height: 18px;
}

#work {
	position: absolute;
	background-image: url(../images/bg-info.png);
	width: 720px;
	height: 320px;
	visibility: hidden;
	padding: 15px;
}
#contact {
	position: absolute;
	background-image: url(../images/bg-info.png);
	width: 720px;
	height: 320px;
	visibility: hidden;
	padding: 15px;
}
.contact_set01 {
	width: 45%;
	float: left;
}
.contact_set02 {
	width: 50%;
	float: right;
}


#menu {
	font-family: Georgia, sans-serif;
	font-size: 24px;
	color: #999;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 20px;
	cursor: default;
}
#menu a {
	color: #999;
	text-decoration: none;
}
#menu a:hover {
	color: #CCC;
}
#footer {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	color: #999;
	font-size: 11px;
	vertical-align: middle;
	margin-top: 20px;
}
#robo {
	height: 501px;
	width: 250px;
	position: absolute;
	left: 710px;
	top: 109px;
}


.clear {
	clear: both;
}
