@charset "utf-8";
/* CSS Document */

body

{
	background-color:#FABA00;
}

.container

{
	background:#fff;
	margin-top:50px;
	height:580px;

}

#leftcontent

{
	margin:10px;
}

#rightcontent

{
	text-align:right;
	margin-top:50px;
	
}

h1, h2, h3

{
	color:#FABA00;
	font-size:200%;
	
}

.holdingul

{
	list-style:none;
}

.linkedin

{
	margin-top:80px;
	margin-right:28px;
}


#footer

{
	text-align:center;
	color:#fff;
	font-weight:bold;
	background-color:#FABA00;
	padding-top:5px;
	z-index:99;
}

#footer a

{
	
	color:#fff;
	text-decoration:underline;

}