.window img{
	width: 300px;
	height: 382px;
}

.window {
	float: left;
	padding: 10px;
}

#main_content a, #main_content a:hover, #main_content a:visited{
	text-decoration: none;
	color: #575757;
}

input[type=button]{
	border: none;
    color: white;
    background-color: #575757;
    height: 40px;
    width: 290px;
    font-size: 18px;
}

input[type=button]:hover{
    background-color: #F07E03;
}