#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1080px;
	background: url("/path/to/your/background_cols.gif") repeat;
}

#header {
	margin: 0 0 15px 0;
}

#side-a {
	float: left;
	width: 300px;
}

#side-b {
	float: right;
	width: 300px;
}

#content { 
	float: left;
	width: 43%;
}

#logo {
	margin: auto;
	background-image: url("images/logo_index.png");
	width: 480px;
	height: 431px;
	border: thin solid white;
}


#footer {
	clear: both;
	text-align: center;
}

#img1 {
	background-image: url(images/IMG1.jpg);
	background-repeat: no-repeat;
	height: 225px;
	width: 300px;
	border: 1px solid black;
	margin-top: 25%;
}

#img2 {
	background-image: url(images/IMG5.jpg);
	background-repeat: no-repeat;
	height: 225px;
	width: 300px;
	border: 1px solid black;
	margin-top: 25%;
}

p {
	color: black;
}

p a {
	color: black;
	text-decoration: none;
}