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

* {
	margin: 0px;
	padding:0px;
}
#bg {
	background: url(images/bg-face.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
#bg-left-top {
	width:100%;
	height:auto;
	background:url(images/bg-top-left.png) no-repeat left top;
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;

}
#bg-bottom-right {
	width:100%;
	height:auto;
	background:url(images/bg-bottom-right.png) no-repeat right bottom;
		/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;

}
#bg-overall {
	min-height:100%;
	background:url(images/bg-overall.png) repeat;
		/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;

}
#wrapper {
	width:960px;
	height:auto;
	min-height: 100%;
	margin:0 auto;
}
h1 {
	background:url(images/logo.png) no-repeat;
	height:150px;
	width:99px;
	text-indent:-9999px;
	display:inline-block;
	margin:30px 497px 400px 0px;
	float:left;
}
h1 a {
	display:block;
	width:152px;
	height:152px;
}
#text {
	background:url(images/text.png) no-repeat;
	width:311px;
	height:498px;
	display:inline-block;
	float:left;
	margin-top:30px;
}
#text p {
	text-indent:-9999px;
	display:block;
}

	
ul#links li {
	float:left;
	display:block;
	list-style:none;
	margin-top: 10px;	
}

ul#links li#xing a {display:block; text-indent:-9999px; background:url(images/xing.png) top left; height:18px; width:16px; margin-left:20px}
ul#links li#xing a:hover { background-position:bottom; outline:none;}

ul#links li#behance a {display:block; text-indent:-9999px; background:url(images/behance.png) top left; height:16px; width:26px; margin-left:10px;}
ul#links li#behance a:hover { background-position:bottom;  outline:none;}


ul#links li#cv { margin-left: 200px;}

ul#links li#cv a {text-decoration:none; color:#fff; font-family:Arial, Helvetica, sans-serif; font-size:14px}
 
ul#links li#cv a:hover {text-decoration:underline; color:#09C;  outline:none;}

#footer { width:100%; background:url(images/footer.jpg) repeat; height:65px;
 position:fixed;
   left:0px;
   bottom:0px;}
   
   #footer-text { color:#FFF; font-family:Arial, Helvetica, sans-serif; font-size:14px; margin: 22px auto 0 auto; width:960px;}
   
   #footer-text a { text-decoration:none; color:#09C;}
      #footer-text a:hover { text-decoration:underline; color:#fff}