@charset "utf-8";

body {
	background-color:orange;
}

header {
	background-color:black;
    color:white;
    text-align:center;
    padding:5px;
}

footer {
	background-color:black;
    color:white;
    text-align:center;
    padding:5px	
}


#DefaultPage {
	width:1800px;
	background-color:black;
	margin-left: auto;
    margin-right: auto;
}

#ImageContainer {
	width:1050px;
	Height:900px;
	Background-color:green;
	float: left;
}

#InfoContainer {
	width:500px;
	height:900px;
	/*Background-color:green;*/
	background: #222222;
	float: right;
}

#LogoContainer {
	width:500px;
	height:150px;
	/*Background-color:green;*/
}

#TextContainer-main {
	width:500px;
	color:white;
}

