body {
  background:url("../multigame/images/bg.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-attachment: fixed;
  background-position: top;
}

.container {
    width: 60%;
    margin: 5% auto;
    color: #FFF;
    background: #000;
    padding: 10px;
    font-size: 15px;
    border-radius: 10px;
}
p {
	font-size: 15px !important;
}