/* CSS Document */

body {
    margin: 0;
    padding: 0;
	border:none;
	margin-left: auto; 
    margin-right: auto;
	font-family: sans-serif;
    font-weight: 300;
    font-size: 14px;
	line-height:1.3em;
    color: #fff;
    background-color: #263645;
}

html {
	border:none;
	margin-left: auto; 
    margin-right: auto;
}

.center {
	background: no-repeat;
	border:none;
	width: 100%;
    height: 400px;
	margin: 60px 0 0;
	padding: 0;
}

* {
	margin:0;
	padding:0;
	outline:none;
	margin-left: auto; 
    margin-right: auto;
}

a {
  color: #77b1c8;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: underline;
}

.copyright {
	font:80% sans-serif;
	width: 100%;
	line-height:20px;
	word-spacing:1px;
	text-align: center;
	color: #ffffff;
}

.hiddentext {
	display: none;
	visibility: hidden;
}