@charset "utf-8";
/* CSS Document */

html, body { height:100%; margin:0px; background-color: white; }

h1 { font-size: 15pt; color:black; font-weight:bold; font-family:Arial; }

#container { width:1366px; height:768px; background-image: url("background.png"); margin-left:auto; margin-right:auto; padding-top:120px; background-repeat: no-repeat; }

#message { font-size: 12pt; color:black; font-weight:normal; font-family:Arial; width:776px; margin-left:auto; margin-right:auto; text-align:left; }