html
{
		overflow-y: scroll;

}

body
{
	background-color: #011c3a;

}

#box1
{
	position: relative;
	width: 100%;
	height: 868px;
}

#box2
{
	position: relative;
	width: 980px;
	margin: 0px auto;
	height: 868px;
	background-image: url(images/start.jpg);
	
}

#link1
{
	position: absolute;
	left: 120px;
	top: 580px;
}

#link2
{
	position: absolute;
	left: 310px;
	top: 630px;
}
