@charset "utf-8";

html, body {
	height:100%;
	margin: 0;
	padding: 0;}
	
body{
	background-image:url(../images/tuas_factory.JPG);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size:cover;
}


body, p, hr, h1, article, aside, figure, footer, header, nav, section{
	margin: 0;
	padding: 0;
	line-height:140%;
}

img.floatleft{
	float:left;
	margin:4px;
	border: none;
	padding-right:15px;
}

img.floatright{
	float:right;
	margin:4px;
	border: none;
	padding-left:15px;
}

.border{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: rgba(0,0,0,1);
}

.borderbottom{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,0,0,1);
}

.borderright{
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: rgba(0,0,0,1);
}

.slogan{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: rgba(0,0,0,1);
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,0,0,1);
	float:left;
	position: relative;
	left: 200px;
	font-size: 16px;
}

.welcome{
	margin-right: 335px;
	margin-left: 335px;
	font-size:36px;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
}
