body {
	font: 12px Georgia, "Times New Roman", Times, serif;
	background: #fff;
	color: #000;
	padding: 0;
	margin: 0;
	width: 100%;
	line-height: 1.7;
}
a, a:visited {
	text-decoration: none;
	border-bottom: 1px dotted;
}
a:hover {
	text-decoration: none;
}
#media {
	width: 250px;
	position: absolute;
	margin: 50px 50px;
	font-size: 15px;
}
#media label {
	background: #FF0084;
	color: #fff;
	font-size: 25px;
	padding: 3px;
}
#contacts {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 15px;
}
#contacts label {
	background: #FF7400;
	color: #fff;
	font-size: 25px;
	padding: 3px;
}
#main {
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -125px;
	width: 250px;
	font-size: 20px;
}
#today {
	width: 250px;
	position: absolute;
	left: 250px;
	top: 70%;
	font-size: 15px;
}
#today label {
	color: #FFFF88;
	font-size: 25px;
}
#love {
	position: absolute;
	right: 100px;
	top: 12%;
	font-size: 100px;
}
