﻿body {
      background: url(/f/img/bg.jpg) no-repeat center center fixed; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    color: black;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

textarea {
    resize: none;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

i{
    vertical-align: middle;
}

#menu {
    background-color: white;
}

.container-fluid {
    background-color: white;
}