@charset "UTF-8";
/* CSS Document */
body {
}
.header {
	height: 96px;
	width: 100%;
	background-image: url(assets/aluminumswitchplate.jpg);
	background-repeat: repeat-x;
}
.tittle {
	height: 200px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.content {
	height: 400px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
