/*ok this is the styling thing.*/

body {
background-color: silver;
}

.mainthingorwhatever {
background-color: pink;
width: 90%;
margin-left: 5%;
margin-right: 5%;
float:left;
}

.bar{
	margin: 0;
	display: fixed;
	float: left;
	background-color: skyblue;
}

/*now that i think about it maybe calling it bar wasnt the greatest idea. makes it kinda sound like the alchol type of bar... eh who cares*/

.logo{
width:100px;
float:;
}


.mainstuffs{
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;

}

.maintext{
text-align: center;
}

