html, body{
	margin: 0;
	padding: 0;
	background: #fff;
	color:#999;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	text-align: center;
	height: 100%;
}

body {
	overflow: hidden;
	position: relative;
}

#content{
	margin: 0 auto;
	height: 540px;
	top:50%;
	position: relative;
	margin-top: -270px;
	width: 960px;
}

h1{
	color:#08b;
	font-size: 2.5em;
	margin-top: 0;
}

h3#for2020{
	margin: 0;
	text-align: right;
}

h3#work{
	margin: 0px;
	margin-left: 110px;
	text-align: left;
}

h3{
	letter-spacing: 2px;
}

#for2020 span{
	color: #f90;
}

#img{
	position: absolute;
	margin-top: -1px;
	background-color: #fff;
	z-index: 9999;
}

#work-list{
	border-width: 1px;
	border-color: #08b;
	border-style: solid none;
	height: 70px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-left: 50px;
	font-size: 24px;
	font-style: italic;
	position: relative;
	z-index: 0;
	text-align: center;
	letter-spacing: 2px;
}

#work-list ul{
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
}

#work-list ul li{
	list-style: none;
	height: 70px;
	line-height: 70px;
	position: relative;
	color: #08b;
}

#cs{
	letter-spacing: 2px;
	font-style: italic;
	margin: 24px 0 48px;
	font-weight: bold;
	margin-left: 50px;
	font-size: 24px;
	position: relative;
	color: #444;
}

#cs img{
	width: 150px;
	clip: rect(5px,150px,87px,40px);
	top: -50px;
	position: absolute;
	margin-left: -40px;
}

#cs-in{
	display: inline-block;
	width: 20px;
	text-align: left;
	display: none;
}

#last{
	border: 1px #ddd solid;
	border-radius: 10px;
	padding: 0 8px 6px;
	display: inline-block;
	margin: 0 auto;
}

#last h4{
	margin: -12px auto 12px;
	background-color: #fff;
	width: 200px;
}

#last a{
	display: inline-block;
	color: #999;
	text-decoration: none;
	margin: 0 12px;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
}

#last a img{
	width: 160px;
}

#contact{
	margin: 12px 0 0;
}

#contact a{
	font-size: 14px;
	letter-spacing: 1px;
	color: #999;	
	text-decoration: none;
}
