/*body { text-align: center; }
*/
h1 { 
	font-style: italic; 
	font-family: "Ubuntu", "Arial Black", "Gadget", "sans-serif"; 
	font-size: 24px; text-align: center; 
}
/*a { color: black; background-color: white; }
*/
a { 
	font-family: "Ubuntu", "Arial"; 
}
a:hover { 
	background-color: #b0b8c0; 
}
a:active { 
	background-color: #b0b8c0; 
}
#works {
	text-align: right;
        position: absolute; width: 49%; left: 0px; top: 60px;
	font-size: 17px; 
	font-family: "Ubuntu", "Arial"; 
}
#skills {
	text-align: left;
        position: absolute; width: 49%; right: 0px; top: 60px;
	color: #484848; background-color: white;
	font-size: 15px; 
	font-family: "Ubuntu", "Arial";
}
#coldivider {
        position: absolute; left: 50%; top: 60px;
}
#closer {
	position: relative; top: 310px; text-align: center;
}

