img {
border : none;
}

#all {
	width : 800px;
	margin-right : auto;
	margin-left : auto;
	padding : 10px;
	background-color : white;
}

#all p {
	margin-right : auto;
	margin-left : 10%;
}

*:link {
	text-decoration : none;
	color : black;
}

*:visited {
	text-decoration : none;
	color : black;
}

#main {
	width : 800px;
	height : 600px;
	background-image : url(images/mainpage2.png);
	background-repeat : no-repeat;
}

#main img {
	display : inline;
	padding : 0px 30px;
	position : relative;
	top : 35px;
	background-color : White;
}


#centeradd {

	padding : 200px 50px;
	background-image : url(images/outline2.png);
	background-repeat : no-repeat;
	position : relative;
	top : 80px;
}

#centeradd img {
    position : relative;
    top : -100px;
    left : 20px;
}

