body, html {
	width: 100%;
	height: 100%;	
	overflow: hidden
}

body {
	background-image: URL('/index/Res/image/home_bg_repeater.png');
	background-position: top left;
	margin: 0px;
}

h1, h2, h3 {
	position: absolute;
	top: -1000px;
}

#ellipse {
	position: absolute;
	background-image: URL('/index/Res/image/home_bg_ellipse.png');
	width: 640px;
	height: 330px;
	margin-left: -320px;
	margin-top: -165px;
	top: 50%;
	left: 50%;
}

#logo {
	position: absolute;
	background-image: URL('/index/Res/image/home_logo.png');
	width: 295px;
	height: 61px;
	margin-left: -147px;
	margin-top: -30px;
	top: 50%;
	left: 50%;
}

#icons {
	position: absolute;
	/*top: 50%;
	margin-top: 120px;*/
	bottom: 0px;
	left: 50%;
	height: 62px;
	width: 246px;
	margin-left: -123px;
	text-align: center
}

#icons img {
	border: 0px
}

#icons a {
	margin-left: 15px;
	display: block;
	float: left;
	height: 47px;
	background-position: 0px -75px
}

#icons a:hover {
	background-position: 0px 0px
}

#icons .twitter {
	width: 31px;
	background-image: URL('/index/Res/image/ico_twitter.png');
}

#icons .flickr {
	width: 61px;
	background-image: URL('/index/Res/image/ico_flickr.png')
}

#icons .devart {
	width: 37px;
	background-image: URL('/index/Res/image/ico_devart.png');
}

#icons .mail {
	width: 48px;
	background-image: URL('/index/Res/image/ico_mail.png')
}