@charset "utf-8";
/* CSS Document */

html {
	background-color:#000;
        background: url(images/spring.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}
body {
	color:#fff;
	font-family: 'Ubuntu', sans-serif;
}
body a {
	text-decoration: none;
	color: #000;
}

.greetings {
	line-height: 65px;
	margin-top: 50px;
	margin-left: 50px;
	padding: 20px;
	font-size: 48px;
	text-shadow: 0.05em 0.05em 0.05em #000;
}
.kdcdlogo {
	position: absolute;
	float: right;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
	width: 250px;
	height: 100px;
	left: 55px;
	bottom:0px;
	z-index: 9999;
}
.kdcdblock-l {
	position: absolute;
	float: left;
	text-align: left;
	color: #000;
	width: 500px;
	height: 90px;
	left: 310px;
	bottom: 10px;
	padding: 0;
	margin: 0;
}
.kdcdblock-r {
	position: absolute;
	text-align: right;
	color: #000;
	width: 90%;
	height: 88px;
	right: 30px;
	bottom: 15px;
	padding: 0;
	margin: 0;
}
