html
{
	font-size: 100%;
	font-weight: bolder;
}

body
{
	background-image: url('tlo-perfect-ocean.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family: "Source Sans Pro",Helvetica,sans-serif;
	color: #585856;
    	line-height: 1.5;
}

a
{
	color: #838383;
    text-decoration: none;
}

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

#goHome
{
	width: 650px;
	height: 138px;
}

#goPerfOcean
{
	width: 650px;
	height: 74px;
}

#content
{
	width: 650px;
	height: 650px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -325px;
	margin-top: -325px;
	opacity: 0.6;
}

#cine
{
	background-image: url('head-cinemon.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 650px;
	height: 138px;
}

#perf
{
	background-image: url('head-perfect-ocean-kody.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 650px;
	height: 74px;
}

#form
{
	background: #fff;
	width: 650px;
	height: 388px;
	text-align: center;
}

#result
{
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10%;
}

.error
{
	background: #cc0000;
}

footer {
	background: rgba(100,100,100,0.6);
	width: 650px;
	height: 50px;
}

form
{
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10%;
	text-align: center;
}

input
{
	border: solid 1px #ddd;
	box-shadow: 0 0 2px 2px #777;
	padding: 5px;
	background: #ddd;
	margin: 5px;
    	line-height: 1.5;
	font-weight: bolder;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
    font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size: 12px;
    margin: 20px;
    text-align: left;
}

thead
{
    border-radius: 6px;
}

th:first-child
{
    border-radius: 6px 0 0 0;
}

th:last-child
{
    border-radius: 0 6px 0 0;
}

th:only-child
{
    border-radius: 6px 6px 0 0;
}

tfoot td:first-child {
    border-radius: 0 0 0 6px;
}

tfoot td:last-child {
    border-radius: 0 0 6px 0;
}

th
{
    background: none repeat scroll 0 0 #B9C9FE;
    color: #003399;
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
}

td
{
    background-color: #E8EDFF;
    padding: 8px;
}
