@import url('forms.css');

/* Body
----------------------------------------------------------------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; *behavior: url(/js/boxsizing.htc);
}

body {
    background: #ffffff;
	text-align: center;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    font-family: Times, 'Times New Roman', Georgia, serif;
    font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
	font-family: Arial, Helvetica, sans-serif;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
    font-family: Verdana, Geneva, sans-serif;
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
}

/* Container & common
----------------------------------------------------------------------------------------------------*/
.container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

a, a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 800px) {

    .container {
    	width: 100%;
    }
}
