/* 
    Document   : main
    Created on : 4-nov-2015
    Author     : Toine
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   This style sheet gives the main and fixed CSS for both mobile and large viewers.

*/

#container{
	position: relative;
	left: 25%;
	top: 100px;
	background-color: white;
	width: 50%;
	text-align: center;
}

#container .img {
	width: 100%;
}

