/*
	Theme Name: SMT 
	Theme URI: http://smt.net.gr
	Description: underconstruction page
	Version: 1
	Author: Stelios Manogiannakis 
	Tags: CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	
}
body {
	color: #333333;
	font-family: sans serif, Geneva, sans-serif;
	background-color:#110F0E; 
}
h1 {
	font-size:22px;
	margin-bottom:20px;
}
p {
	font-size:16px;
}
.textfooter {
	padding-left:50px;
	padding-top: 20px;
	color:white;
	font-weight: bold;
}
.color {
	color:#00A79D;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	
}
#mainbody {
	background-image:url('http://smt.net.gr/img/under-construction2.png');
	background-repeat:no-repeat;
	background-position: center;
	width: 960px;
	height:679px;
	position: relative;
}
.maintext {
	padding:30px;
	background-color:#FFFFFF;
	border-style: solid;
	border-color: #D6DE23;
	border-width:4px;
	width: 450px;
	height:200px;
	position:absolute;
	Top:320px;
	left:80px;
	border-radius: 30px;
}
#footer {
	height:50px;
	background-color:#D6DE23;
	border-top-right-radius: 30px;
}