@charset "utf-8";
/* CSS Document */

<style type="text/css">


input:invalid {
  border: 1px dashed red;
}

input:valid {
  border: 1px solid black;
}

.body{
	margin-left: 0px;
	margin-top: 0px;
}

.body1{
	margin-left: 0px;
	margin-top: 0px;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../image/bg/NetworkCables.jpg);
}
.body2{
	margin-left: 0px;
	margin-top: 0px;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../image/bg/Flame_2560x1440_bw_87.jpg);
}

</style>
