@charset "utf-8";

/* CSS Document */

html{
	background-color:#f5f5f5;
	height:			100%; 
	width:			100%;
	overflow:		hidden;
	padding:		0px;
	margin:			0px;
}

body{
	height: 		100%;
	width:			100%;
	padding:		0px;
	margin:			0px;
}

a:hover {
	cursor:			pointer;
}

#mainContent{
	position: 		absolute;
	height: 		525px;
	width: 			570px;
	top: 			50%;
   	left: 			50%;
   	padding:		0px;
	margin-top: 	-262px; /* Half the height */
   	margin-left: 	-285px; /* Half the width */
   	max-width: 		100%;
   	max-height: 	100%;
}

#links{
	position: 		absolute;
	height: 		110px;
	width: 			41px;

	/*bottomRight*/
	bottom: 		0%;
   	right: 			0%;

   	/*under pastaBomb*/
   	/*bottom: 		50%;
   	right: 			50%;
   	margin-right: 	-235px;
   	margin-bottom: 	-200px;*/ 
}

#linkedinBTN{
	position: 		absolute;
	width:			26px; 
	height:			25px;
	bottom: 		0%;
   	right: 			0%;
   	margin-bottom: 	15px;
   	margin-right: 	84px;

}

#behanceBTN{
	position: 		absolute;
	width:			26px; 
	height:			25px;
	bottom: 		0%;
   	right: 			0%;
   	margin-bottom: 	15px;
   	margin-right: 	51px;

}

#youtubeBTN{
	position: 		absolute;
	width:			26px; 
	height:			25px;
	bottom: 		0%;
   	right: 			0%;
   	margin-bottom: 	15px;
   	margin-right: 	18px;

}


