body {
	background: url("gradient.jpg") repeat-x scroll 0 0 #FFFFFF;
	margin:0;
	padding:0;
}

#main {
	background: url("gradient2.jpg") repeat-x scroll 0 0 LightSlateGray;
	border: 4px solid MidnightBlue;
	height: 200px;
	margin: 60px auto auto;
	padding: 35px 30px 16px;
	width: 600px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	
	box-shadow: 0 0 24px #154181;
  -moz-box-shadow: 0 0 24px #154181;
  -webkit-box-shadow: 0 0 24px #154181;
}

#minutes {
	background-color: Beige;
	border: 2px inset RoyalBlue;
	color: CornflowerBlue;
	font-family: Georgia;
	font-size: 75px;
	text-align: center;
	width: 300px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	
	box-shadow: 0 0 24px #154181;
  -moz-box-shadow: 0 0 24px #154181;
  -webkit-box-shadow: 0 0 24px #154181;
}

#convert {
	color: MidnightBlue;
	font-family: Verdana;
	font-size: 50px;
	margin-left: 10px;
	padding: 5px 10px;
	position: relative;
	top: -4px;
}

#convert:hover {
	cursor: pointer;
}

#message {
	color: AliceBlue;
	font-family: monospace;
	font-size: 28px;
	text-align: center;
}

#social,#adsense {
	margin: 10px auto auto;
	text-align: center;
	width: 600px;
}
#facebook {
	display: inline-block;
	float: left;
	width: 450px;
}
#twitter {
	display: inline-block;
	float: right;
	width: 100px;
}
h1 {
	border-bottom: 2px groove darkBlue;
	color: Lavender;
	font-family: Trebuchet MS;
	font-size: 35px;
	height: 43px;
	letter-spacing: 1px;
	margin: -15px 0 0;
	padding-left: 13px;
	position: relative;
	text-align: left;
}
h2,h3 {
	border-right: 1px dashed white;
	color: midnightBlue;
	float: left;
	font-family: Georgia;
	font-size: 42px;
	font-weight: normal;
	height: 100px;
	margin: 14px 0 15px;
	padding: 2px 0 4px 10px;
	width: 280px;
}
h3{
	border: medium none;
	color: black;
	float: right;
	font-size: 40px;
	text-align: center;
	text-decoration: blink;
	width: 295px;
}
a#home, #convertToDays a  {
	color: Blue;
	display: block;
	font-family: monospace;
	font-size: 27px;
	letter-spacing: -3px;
	margin: auto;
	text-align: center;
	text-decoration: underline;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
a#home:hover, #convertToDays a:hover{
	color: white;
}
h3 img {
	display: none;
}
.adsense {
	width: 728px;
	margin: 20px auto;
}
#convertToDays {
	width: 695px;
	margin: 10px auto;
}
#convertToDays a {
	font-size: 19px;
    letter-spacing: -2px;
    text-align: right;
}