integration/css/common.css
changeset 46 f02b45b9532c
parent 45 f39df810caab
parent 44 4e6f9bb69feb
child 47 67e3051fe084
--- a/integration/css/common.css	Thu Nov 22 10:52:28 2012 +0100
+++ b/integration/css/common.css	Thu Nov 22 10:52:52 2012 +0100
@@ -62,7 +62,6 @@
 /* custom reset */
 body{
 	height: 100%;
-	background: url(../img/bg.png) repeat-x 0 0;
 }
 a{
 	color:#000;
@@ -77,9 +76,13 @@
 }
 
 /* common */
+.wrapper{
+	background-color: #FFF;
+	background-image: url(../img/bg.png);
+	background-repeat: repeat-x;
+}
 .wrap{
 	min-height:100%;
-	background-color: #FFF;
 	width: 960px;
 	margin: 0 auto;
 	font-family: 'Open Sans';
@@ -88,12 +91,16 @@
 	font-size: 13px;
   	height: 100%;
 }
-.wrap-header{
+.wrap-header-top{
 	padding-top: 5px;
 	background-color: #370078;
 	height: 53px;
 	margin-bottom: 1px;
 }
+.wrap-header-top-content{
+	width: 960px;
+	margin: 0 auto;
+}
 /* header - title-video-wrap */
 .title-video-wrap{
 	width: 380px;
@@ -122,9 +129,14 @@
 	float: left;
 	height: 60px;
 }
+
+.wrap-header{
+	background-color: #e2dbfd;
+}
 .header{
 	position: relative;
-	background-color: #e2dbfd;
+	width: 960px;
+	margin: 0 auto;
 	height: 60px;
 }
 .header .title-video-wrap,