﻿

#wrap {
	position:relative;
	width:900px;
	margin-right:auto;
	margin-left:auto;


}

#wrap2 {
	position:relative;
	width:900px;
	margin-right:auto;
	margin-left:auto;
}


#body {
	background-color:black;
}

#left {
	width:700px;
	background-color:#272125;
	float:left;
	height:auto;
	
	
	}
#right {
	
	width:200px;
	background-color:#272125;
	float:right;
	height: auto;
	
	
}
A:link {
	text-decoration: none;
	color: #ff0066;;
}
A:visited {text-decoration: none; color:#ff0066;}
A:active {text-decoration: none;  color:#ff0066;}
A:hover {text-decoration: none; color: pink;}
</style>