/*
Theme Name: Pixel Craft &amp; Co.
Theme URI: http://www.pixelcraftco.com/
Description:
Author: Victar Mas
Author URI: http://www.pixelcraftco.com/
Template: k2
*/

#outer {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}
#inner {
	width: 400px;
	height: 180px;
	margin-left: -200px;  /***  width / 2   ***/
	position: absolute;
	top: -90px;          /***  height / 2   ***/
	left: 50%;
}
.rounded {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-opera-border-radius: 5px;
	-moz-border-radius: 5px;
}