.curved {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.topCurve {
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

a{
    color: #666666;
    text-decoration: none;
		font-weight: bold;
}

a:hover {
    text-decoration: none;
    color: #000000;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    background: #ddd;
}

#container {
	width: 70%;
	min-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

#top-pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 300px;
	overflow: hidden;
}

#top-pic img {
	width: 100%;
}

#top-pic div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 30%;
	height: 50%;
	margin: auto;
	min-width: 200px;
	background: #fff url(../img/logo-color.png) no-repeat center;
	background-size: contain;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

h1, h3, p {
	text-align: center;
	clear: both;
}

.images {
	width: 80%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.images img {
	width: 49%;
	margin: 10px 0;
}

.left {
	float: left;
}

.right {
	float: right;
}
