
/*
	IAMAS 2016 - TopPage
*/

body
{
	background              : url(/exhibit16/imgs/bg_top.png) no-repeat center center fixed;
	-webkit-background-size : cover;
	-moz-background-size    : cover;
	-o-background-size      : cover;
	background-size         : cover;
}

.container
{
	width      : 100%;
	max-width  : 800px;
	text-align : center;
}

div#content > img#logo
{
	width       : 60%;
	padding-top : 15%;
}

div#content > div#sharebtns_area
{
	width        : 60%;
	height       : 20px;
	max-width    : 462px;
	margin-top   : 20px;
	margin-left  : auto;
	margin-right : auto;
}

div#content > div#sharebtns_area > div.sharebtn
{
	height       : 20px;
	margin-right : 24px;
	float        : left;
}
