

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	font-family: tahoma;
	font-size: 14px;
	background-image: url('repeater.jpg');
	background-repeat: repeat-y;
	background-color: #cad3d2;
	color: #495355;
}

#main {
	background-image: url('top-bgr.jpg');
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 768px;
	min-width: 1100px;
}

#top_right {
	position:absolute;
	right:0px;
	top:0px;
	background-image: url('top-right.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	width: 200px;
	height: 100px;
	padding-top: 38px;
}

#top_right a {				
	color: #fafcfc;
	font-size: 18px;
}

#kr {
	margin-left: 527px;
	margin-top: 88px;
}

#kr img {
	cursor: pointer;
}


#text {
	margin-top: 312px;
	top:0;
	left: 80px;
	width: 40%;
	position: absolute;
}


.title {
	font-size: 29px;
}
.regular {
	font-size: 14px;
	margin-top: 45px;
}
.random_right {
	font-size: 24px;
	top: 523px;
	left: 495px;
	left: 50%;
	width: 233px;
	position: absolute;
}

#bounce_logo {
	position: absolute;
	right: 55px;
	bottom: 22px;
}

