	body{
		background-color: #20323c;
		background-image: url('images/background_index.jpg');	/*Sets background image*/
	    background-repeat: no-repeat;							/*Makes background image not repeat in background*/
	    background-position: center top;
	    margin:0px;												/*Makes window the actual boarder*/		
	    text-align: left;
	}
	
	section{
		width: 100%;
		padding: 250px 0px 350px 0px;
	}

	#linkcontainer{
		position: absolute;					/*Positions container on webpage*/
		right: 100px;						/*Sets textbox distance from right side of page*/
		font-family: Arial;					/*Sets font*/
		font-size: 24px;					/*Sets font size*/
		color: white;						/*Sets text color to white*/
	}

	#piccontainer1{
		position: relative;					/*Connects pic to linkcontainer*/
		margin: -62px 0px 0px 150px;		/*Sets textbox distance from right side of page*/
	}

	#textcontainer1{
		position: relative;					/*Positions textbox next to picture*/
		margin: 0px 0px 0px 2px;			/*Sets textbox distance from left side of page*/
		width: 143px;
	}

	#textcontainer1 a,visited {
		text-decoration: none;				/*Removes text underline while hovered*/
		display: block;						/*Makes whole button clickable*/
		color: white;						/*Sets text color after clicked to white*/
	}

	#piccontainer2{
		position: relative;					/*Connects pic to linkcontainer*/
		margin: -62px 0px 0px 150px;		/*Sets textbox distance from right side of page*/
	}

	#textcontainer2{
		position: relative;					/*Positions textbox next to picture*/
		margin: 0px 0px 0px 55px;			/*Sets textbox distance from left side of page*/
		width: 90px;
	}

	#textcontainer2 a,visited {
		text-decoration: none;				/*Removes text underline while hovered*/
		display: block;						/*Makes whole button clickable*/
		color: white;						/*Sets text color after clicked to white*/
	}

	#piccontainer3{
		position: relative;					/*Connects pic to linkcontainer*/
		margin: -62px 0px 0px 150px;		/*Sets textbox distance from right side of page*/
	}

	#textcontainer3{
		position: relative;					/*Positions textbox next to picture*/
		margin: 0px 0px 0px 29px;			/*Sets textbox distance from left side of page*/
		width: 116px;
	}

	#textcontainer3 a,visited {
		text-decoration: none;				/*Removes text underline while hovered*/
		display: block;						/*Makes whole button clickable*/
		color: white;						/*Sets text color after clicked to white*/
	}
