html,body{
	height: 100%;
	min-height: 100%;
	background-color: #e41d36;
}
body {
    background-color: #e41d36; /*#e31d2e*/
}

@font-face {
	font-family: You2;
	src: url("data/you_db_n.otf") format("opentype");
}

.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
}
#name.placeholder {
	cursor: text;
	padding: 4px 4px 4px 4px;
	color: #e1b2b8;
}
/* html5 placeholder support */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color:#e1b2b8;
	background-color: #ffffff;
}
input:placeholder, textarea:placeholder {
	color:#e1b2b8;
}

input[type="submit"] {
        border: 0;
        background: transparent url(../img/send.png) no-repeat 0 center;
        text-indent: -9999em;
        line-height:3000;
        width: 100px;
        height: 98px;

}
.centered {
	margin-left: auto;
	margin-right: auto;
	float: none;
	text-align: center;
	
}
.centered h1 {
	text-align: center;	
}
#msgHolder {
	padding-top: 20px;
	padding-bottom: 20px;
	
}
#mail {
	border: solid 1px #aa1024;
	color: #e41d36;	
	margin-top:10px;
	width: 50%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	
}
#podel {
	max-width: 75%;
	height: auto;
	margin-top:20px;
	margin-bottom:5%;
}
#wave {
	max-width: 100%;
	width: 100%;
	height: auto;
}
#name {
	color: #e41d36;
	text-align: left;
	width:100%;
	height: 2.3em;
	padding-left: 15px;
}
#meno {
	font-family: "You2";
}
.boardw {
	margin-left: auto;
	margin-right: auto;
	width:1280px;
	height:720px;
	border: 1px solid #ffffff;
	padding-top: 10px;
	
}
.podmienky {
	color: #ffffff;
	font-size: 10px;
}
.podmienky a{
	color: #ffffff;
	text-decoration: underline;
}
#poradie {
	font-weight: 300;
	font-size: 0.8em;
	color: #ffffff;
	margin-top: 0px;
}
#mailtext {
	color:white;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
