@charset "UTF-8";
/* CSS Document */

body/*Complete document breed 1000 px*/

 {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;	/*background-color: #005CA1;*/
}

#container {
	width: 813px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #000000;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: center;
	height: 760px;
}
