*						{
						margin: 0px;
						padding: 0px;
						}

html						{
						min-height: 100%;
						height:100%;
						}

body						{
						width: 100%;
						height: 100%;
						background: #081c34 url(/img/body_intro.jpg) top left repeat-x;
						}

#intro					{
						position: absolute;
						left: 50%;
						top: 0%;
						width: 1005px;
						height: 680px;
						margin-left:-502px;
						}
