* {
vertical-align:baseline;
font-weight:inherit;
font-family:inherit;
font-style:inherit;
font-size:100%;
border:0 none;
padding:0;
outline:0;
margin:0;
}
body {
	background-color: #287c97;
}
.container {
	width: 400px;
	position: relative;
	margin: 100px auto;
}
header {
	padding-top: 80px;
	width: 100px;
	height: 55px;
	position: relative;
	margin: 0 auto;
	-webkit-transition: width 0.2s ease-out, height 0.2s ease-out;
	-moz-transition: width 0.2s ease-out, height 0.2s ease-out;
	-o-transition: width 0.2s ease-out, height 0.2s ease-out;
	transition: width 0.2s ease-out, height 0.2s ease-out;
}
header:hover {
	width: 200px;
	height: 80px;
	-webkit-transition: width 0.2s ease-out, height 0.2s ease-out;
	-moz-transition: width 0.2s ease-out, height 0.2s ease-out;
	-o-transition: width 0.2s ease-out, height 0.2s ease-out;
	transition: width 0.2s ease-out, height 0.2s ease-out;
}
p {
	font-family: georgia;
	font-weight: normal;
	font-size: 15px;
	font-style: italic;
	color: #fff;
	text-align: center;
	margin-top: 80px;
}
a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-outt;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
p a:hover {
	color: #d82363;
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-outt;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
h1 {
	color: #fff;
	font-family: georgia;
	font-style: italic;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
}
/*
h1 {
	color: #287c97;
	font-family: georgia;
	font-style: italic;
	font-weight: bold;
	font-size: 40px;
	line-height: 80px;
	text-align: center;
	-webkit-background-size: 100% 120px;
	background-position: left 0;
	background-repeat: no-repeat;
	background-image: url("images/1x1.png");
}
*/
h3 {
	color: #287c97;
	margin: 0 auto;
	font-family: tahoma;
	font-weight: bold;
	font-size: 51px;
	position: absolute;
	z-index: 2;
} 
#pixel-left {}
#pixel-middle {
	left: 50%;
	margin-left: -50px;
	bottom: 0;
}
#pixel-right {
	right: 0px;
}
#pixel-left,
#pixel-middle,
#pixel-right {
	width: 100px;
	height: 55px;
	background: white;
	position: absolute;
}
#pixel-left:before,
#pixel-middle:before,
#pixel-right:before {
	content: "";
	position: absolute;
	top: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 25px solid white;
}
#pixel-left:after,
#pixel-middle:after,
#pixel-right:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 25px solid white;
}
*::selection {
background: #d82363;
color: #287c97;
}

*::-moz-selection {
background: #d82363;
color: #287c97;
}









