#main {
	width: 480px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
	background-color: #DDDDDD;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
}

.desctext {
	line-height: 15px;
	position: relative;
	display: inline-block;
	width: 420px;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #333;
	text-align: justify;
	padding-top: 7px;
	padding-bottom: 3px;
	text-shadow: 0px 1px 1px #f8f8f8;
}

#about {
	text-shadow: 0px 1px 1px #eee;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 15px;
	width: 440px;
	text-align: center;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #777;
}

#about a {
	text-decoration: none;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-color: #bbb;
	border-bottom-style: dotted;
}

#about a:hover {
	text-decoration: none;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	border-bottom-style: dotted;
}

#kairoscope {
	height: 160px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
}

#kairoscopetime{
	margin-left: 0px;
	margin-right: 0px;
	background-color: none;
	background: none;
	text-shadow: 0px 0px white;
	font-style: normal;
	font-weight: normal;
	color: #8e8e8e;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-top: 20px;
	width: 460px;
	padding: 10px;
	text-shadow: 0px 1px 1px #fff;
	
}

#kairoscopetime a{
	border-bottom-width: 1px;
	border-bottom-color: #aeaeae;
	border-bottom-style: dotted;
	text-decoration: none;
	color: #333;
}

#kairoscopetime a:hover {
	border-bottom-width: 1px;
	border-bottom-color: #000;
	border-bottom-style: dotted;
	text-decoration: none;
	color: black;
}

#kairoscopetime em{
	font-weight: normal;
	text-decoration: none;
	color: black;
	font-style: normal;
}

#signin {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 45px;
	font-size: 18px;
}

#signin a{
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-color: #bbb;
	text-decoration: none;
	font-size: 24px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #fff;
	text-shadow: 0px -1px 1px #888;
	-webkit-box-shadow: 0px 1px 2px #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#aaa));
}

body{
	background-color: #DDDDDD;
	padding: 0px;
	margin: 0px;
	width: 480px;
}

p{
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 10px;
	border-bottom-color: #ccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

