* {
box-sizing: border-box;
}

body, html {
background-color: #000;
color: #fff;
height: 100%;
margin: 0px;
}

#main {
width: 1200px;
min-height: 100%;
margin: 0px auto;
background: #eee;
padding: 20px;
}

h1 {
font-family: Cambria, Times, "Times New Roman";
font-size: 24px;
margin: 30px;
}

h2 {
font-family: Cambria, Times, "Times New Roman";
font-size: 18px;
margin: 20px;
}

p {
font-family: Cambria, Times, "Times New Roman";
font-size: 13px;
line-height: 175%;
}

a {
color: #00f;
/* CSS Document */
}