body
{
		background-color: #303030;
		color: ffffff;
		font-family: 'Josefin Sans', sans-serif;
		font-size: 22px;
}

#container
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	
}

.rectangle
{
	width: 960px;
	margin: 20px;
	text-align: center;
	color: #909030;
}

.square
{
	width: 50%;
	float: left;
}

#logo
{
	float: left;
	font-family: 'Josefin Sans', sans-serif;
	font-size:60px;
	width: 320px; 
	text-align: left;
	margin-top: 25px;
}

#nazwa
{
	float: left;
	font-size: 45px;
	width:380px;
	
}

#zegar
{
	float: left;
	font-family: 'Josefin Sans', sans-serif;
	font-size:26px;
	text-align: right; 
}

#tile1
{

	margin: 10px;
	width: 980px;
	height: 300px;
	background-color: #222222;
	color: #939495;
	
	}
	
.tile2
{
	margin: 10px;
	width: 460px;
	height: 122px;
	color: #555555;
	background-color: #222222;
	text-align: center;
	padding:10px;
	line-height: 150%;

	}
	
.tile3
{
	margin: 10px;
	width: 105px;
	height: 142px;
	background-color: #3b5998;
	text-align: center;
	float: left;
	}
.tile3:hover
{
	background-color: #2a4887;
}	

.tile4
{
	margin: 10px;
	width: 105px;
	height: 142px;
	background-color: red;
	text-align: center;
	float: left;
	}
.tile4:hover
{
	background-color: #ee0000;
}	

.tile5
{
	margin: 10px;
	width: 105px;
	height: 142px;
	background-color: #0060ff;
	text-align: center;
	float: left;
	}
.tile5:hover
{
	background-color: #0050ee;
}
.tile6
{
	margin: 10px;
	width: 105px;
	height: 142px;
	background-color: #666666;
	float: left;
	text-align: center;
	}
.tile6:hover
{
	background-color: #555555;
}
a.tilelink
{
	color: #000000;
	text-decoration: none;
	display: block;
	width: 230px;
	height: 142px;
}

a.tilelinkhtml5
{
	color: #000000;
	text-decoration: none;
}

a.sociallink
{
	color: #000000;
	text-decoration: none;
	display: block;
	width: 105px;
	height: 142px;
}
a.tilelinklogo
{
	color: #909030;
	text-decoration: none;