/*
 Theme Name:   Ifthen 
 Theme URI:    http://ifthen.ir
 Description:  Under Constraction Version
 Author:       Siavash Raha
 Author URI:   http://siavashraha.ir
 Template:     ifthen-unc-version
 Version:      0.1
*/
@charset "utf-8";
/* CSS Document */
body {
	background-color: #ffffff;
}
.content {
	width: 320px;
	height: 100%;
	margin: auto auto;
}
.main{
	position: fixed;
	width: 300px;
	text-align: center;;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}