#background
{
	width: 100%;
	height: 100%;
	background-image:    url('images/background.jpg');
	background-repeat:   no-repeat;
	background-position: 0px 0px;

	/*border: thin solid rgb(260,130,155);*/
}


#rightOfCouple
{
	float: right;
	width: 300px;
	height:250px;

}

#applying
{
	margin-left: 77px;
	margin-top: 40px;
}

#croudTitle
{
	width: 530px;
	height: 40px;
	float:right;
	margin-top:5px;
}

#leftOfCroud
{
	float: left;
	width: 280px;
	height:200px;

}

#rightOfPostIt
{
	float: right;
	width: 320px;
	height:250px;
	margin-top: 10px;

}
/*
.red
{
	color: #E41450;
	
}/*I don't like this red color. It looks more pink than red, and doesn't match the other red for our college*/
.med
{
	font-size: 180%;
}
.big
{
	font-size: 240%;
}
