@charset "utf-8";
/* CSS Document */

html {
	font-family: Arial, Helvetica, sans-serif;
}

.website_background {
	background-color: #cccccc;
	height: 610px;
}

.main {
	width: 1024px;
	margin: 0 auto;
	margin-top: -8px;
}

.header {
	background-color: #cccccc;
	width: 1024px;
	height: 610px;
	padding: 0px;
	margin: 0px;
}

.header_pic3 {
	padding: 0px;
	margin-top: -200px;
	margin-left: 600px;
}

.word_box {
	background-image: url(images/wordnumbers.png);
	background-repeat: no-repeat;
	width: 221px;
	height: 322px;
	padding-top: 0px;
	margin-top: 11px;
	margin-left: 50px;
}

.adwatch_box {
	background-image: url(images/adwatchdog.png);
	background-repeat: no-repeat;
	width: 224px;
	height: 322px;
	padding: 0px;
	margin-left: 270px;
	margin-top: -322px;
}

.nivr_box {
	background-image: url(images/nivr.png);
	background-repeat: no-repeat;
	width: 225px;
	height: 322px;
	margin-left: 500px;
	margin-top: -322px;
}

.fridge_box {
	background-image: url(images/fridge.png);
	background-repeat: no-repeat;
	width: 227px;
	height: 322px;
	margin-left: 730px;
	margin-top: -322px;
}

.word_button {
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	width: 184px;
	height: 46px;
	padding-top: 14px;
	padding-left: 10px;
	position: relative;
	bottom: -260px;
	right: -17px;
}

.adwatch_button {
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	width: 184px;
	height: 46px;
	padding-top: 14px;
	padding-left: 25px;
	position: relative;
	bottom: -260px;
	right: -17px;
}

.nivr_button {
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	width: 184px;
	height: 46px;
	padding-top: 14px;
	padding-left: 50px;
	position: relative;
	bottom: -260px;
	right: -17px;
}

.fridge_button {
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	width: 184px;
	height: 46px;
	padding-top: 14px;
	padding-left: 14px;
	position: relative;
	bottom: -260px;
	right: -17px;
}

a {
	color: #666;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}

a:visited {
	color: #666;
}

a:hover {
	color: #0099cd
}

.bold {
	font-weight: bold;
	font-size: 13px;
}

.word_content {
	background-image: url(images/word_box.png);
	background-repeat: no-repeat;
	width: 221px;
	height: 107px;
	font-size: 11px;
	color: #666;
	padding: 12px;
	margin-left: 50px;
}

.adwatch_content {
	background-image: url(images/adwatch_box.png);
	background-repeat: no-repeat;
	width: 224px;
	height: 107px;
	font-size: 11px;
	color: #666;
	padding: 12px;
	margin-left: 270px;
	margin-top: -130px;
}

.nivr_content {
	background-image: url(images/nivr_box.png);
	background-repeat: no-repeat;
	width: 225px;
	height: 107px;
	font-size: 11px;
	color: #666;
	padding: 12px;
	margin-left: 500px;
	margin-top: -130px;
}

.fridge_content {
	background-image: url(images/fridge_box.png);
	background-repeat: no-repeat;
	width: 227px;
	height: 107px;
	font-size: 11px;
	color: #666;
	padding: 12px;
	margin-left: 730px;
	margin-top: -130px;
}

.footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	width: 896px;
	height: 40px;
	margin-top: -20px;
	margin-left: 55px;
	padding-left: 190px;
	padding-top: 18px;
	color: #FFF;
	font-size: 12px;
}

.footer a {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
}

.footer a:hover {
	color: #666;
}

.copy {
	font-size: 10px;
	text-align: center;
	margin-top: 170px;
}