html, body
{
 padding: 0px;
 margin: 0px;
}

a:link { text-align: center; }

a:visited { color: white; }

a:hover
{
	color: red;
}

a:active { }

.container {
	width: 100%;
	max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}

.content {
	padding: 10px 0;
	width: 70%;
	float: left;
	text-align:left;
}

#page1
	{
	   padding-top: 30px;
	   background-color: rgb(46, 5, 134);
	   width: 800px;
	}

#page
   {
	   padding-top: 30px;
	   width: 800px;
   }
