diff --git a/app/views/layout/application.html.erb b/app/views/layout/application.html.erb
index e95e3da..e95172c 100644
--- a/app/views/layout/application.html.erb
+++ b/app/views/layout/application.html.erb
@@ -40,7 +40,7 @@ addLoadEvent(function(){
tr: false,
bl: { radius: 10 },
br: { radius: 10 },
- antiAlias: true,
+ antiAlias: false,
autoPad: false
}, $('headercontainer')).applyCornersToAll();
@@ -68,7 +68,7 @@ addLoadEvent(function(){
tr: { radius: 10 },
bl: { radius: 10 },
br: { radius: 10 },
- antiAlias: true,
+ antiAlias: false,
autoPad: true
}, $('footer')).applyCornersToAll();
});